Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dcall_event.c160 unsigned long resend_at, rto_j; in rxrpc_resend() local
215 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend()
216 resend_at += jiffies + rto_j; in rxrpc_resend()
217 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend()
227 rxrpc_reduce_call_timer(call, resend_at, now_j, in rxrpc_resend()
370 t = READ_ONCE(call->resend_at); in rxrpc_process_call()
373 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_process_call()
425 set(call->resend_at); in rxrpc_process_call()
A 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()
A Dcall_object.c208 call->resend_at = j; in rxrpc_start_call_timer()
A Dar-internal.h579 unsigned long resend_at; /* When next resend needs to happen */ member
A Dinput.c315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
/linux/include/trace/events/
A Drxrpc.h1150 __field(long, resend_at )
1164 __entry->resend_at = call->resend_at;
1176 __entry->resend_at - __entry->now,

Completed in 17 milliseconds