Searched refs:resend_at (Results 1 – 5 of 5) sorted by relevance
/net/rxrpc/ |
D | call_event.c | 160 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() 424 set(call->resend_at); in rxrpc_process_call()
|
D | sendmsg.c | 269 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_queue_packet() local 271 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_queue_packet() 272 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_queue_packet()
|
D | call_object.c | 228 call->resend_at = j; in rxrpc_start_call_timer()
|
D | ar-internal.h | 572 unsigned long resend_at; /* When next resend needs to happen */ member
|
D | input.c | 315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
|