Home
last modified time | relevance | path

Searched refs:resend_at (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
Dcall_event.c160 unsigned long resend_at; in rxrpc_resend() local
213 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend()
214 resend_at += jiffies + rxrpc_get_rto_backoff(call->peer, retrans); in rxrpc_resend()
215 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend()
225 rxrpc_reduce_call_timer(call, resend_at, now_j, in rxrpc_resend()
368 t = READ_ONCE(call->resend_at); in rxrpc_process_call()
371 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_process_call()
423 set(call->resend_at); in rxrpc_process_call()
Dsendmsg.c272 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_queue_packet() local
274 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_queue_packet()
275 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_queue_packet()
Dcall_object.c208 call->resend_at = j; in rxrpc_start_call_timer()
Dar-internal.h562 unsigned long resend_at; /* When next resend needs to happen */ member
Dinput.c315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
/kernel/linux/linux-5.10/include/trace/events/
Drxrpc.h1150 __field(long, resend_at )
1164 __entry->resend_at = call->resend_at;
1176 __entry->resend_at - __entry->now,