Searched refs:resend_at (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/rxrpc/ ! |
D | call_event.c | 117 unsigned long resend_at; in rxrpc_resend() local 220 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend() 221 resend_at += jiffies + rxrpc_get_rto_backoff(call->peer, in rxrpc_resend() 223 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend() 233 rxrpc_reduce_call_timer(call, resend_at, jiffies, in rxrpc_resend() 452 t = READ_ONCE(call->resend_at); in rxrpc_input_call_event() 455 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_input_call_event() 522 set(call->resend_at); in rxrpc_input_call_event()
|
D | output.c | 727 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_transmit_one() local 729 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_transmit_one() 730 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_transmit_one()
|
D | call_object.c | 260 call->resend_at = j; in rxrpc_start_call_timer()
|
D | ar-internal.h | 619 unsigned long resend_at; /* When next resend needs to happen */ member
|
/linux-6.6.21/include/trace/events/ ! |
D | rxrpc.h | 1326 __field(long, resend_at) 1340 __entry->resend_at = call->resend_at; 1352 __entry->resend_at - __entry->now, 1369 __field(long, resend_at) 1382 __entry->resend_at = call->resend_at; 1393 __entry->resend_at - __entry->now,
|