Searched refs:resend_at (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A 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()
|
H A 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()
|
H A D | call_object.c | 254 call->resend_at = j; in rxrpc_start_call_timer()
|
H A D | ar-internal.h | 619 unsigned long resend_at; /* When next resend needs to happen */ member
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 1353 __field(long, resend_at) 1367 __entry->resend_at = call->resend_at; 1379 __entry->resend_at - __entry->now, 1396 __field(long, resend_at) 1409 __entry->resend_at = call->resend_at; 1420 __entry->resend_at - __entry->now,
|