Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rxrpc/
A Dcall_event.c118 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()
454 t = READ_ONCE(call->resend_at); in rxrpc_input_call_event()
457 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_input_call_event()
524 set(call->resend_at); in rxrpc_input_call_event()
A Doutput.c729 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_transmit_one() local
731 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_transmit_one()
732 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_transmit_one()
A Dcall_object.c255 call->resend_at = j; in rxrpc_start_call_timer()
A Dar-internal.h611 unsigned long resend_at; /* When next resend needs to happen */ member
/linux-6.3-rc2/include/trace/events/
A Drxrpc.h1324 __field(long, resend_at)
1338 __entry->resend_at = call->resend_at;
1350 __entry->resend_at - __entry->now,
1367 __field(long, resend_at)
1380 __entry->resend_at = call->resend_at;
1391 __entry->resend_at - __entry->now,

Completed in 15 milliseconds