Home
last modified time | relevance | path

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

/net/rxrpc/
Dcall_event.c160 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()
Dsendmsg.c269 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()
Dcall_object.c228 call->resend_at = j; in rxrpc_start_call_timer()
Dar-internal.h572 unsigned long resend_at; /* When next resend needs to happen */ member
Dinput.c315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()