Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dcall_event.c166 unsigned long resend_at; in rxrpc_resend() local
227 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend()
228 resend_at += jiffies + rxrpc_resend_timeout; in rxrpc_resend()
229 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend()
239 rxrpc_reduce_call_timer(call, resend_at, now_j, in rxrpc_resend()
384 t = READ_ONCE(call->resend_at); in rxrpc_process_call()
387 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_process_call()
439 set(call->resend_at); in rxrpc_process_call()
Dsendmsg.c238 unsigned long now = jiffies, resend_at; in rxrpc_queue_packet() local
241 resend_at = nsecs_to_jiffies(call->peer->rtt * 3 / 2); in rxrpc_queue_packet()
243 resend_at = rxrpc_resend_timeout; in rxrpc_queue_packet()
244 if (resend_at < 1) in rxrpc_queue_packet()
245 resend_at = 1; in rxrpc_queue_packet()
247 resend_at += now; in rxrpc_queue_packet()
248 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_queue_packet()
249 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_queue_packet()
Dcall_object.c207 call->resend_at = j; in rxrpc_start_call_timer()
Dar-internal.h544 unsigned long resend_at; /* When next resend needs to happen */ member
Dinput.c337 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
/Linux-v4.19/include/trace/events/
Drxrpc.h1164 __field(long, resend_at )
1178 __entry->resend_at = call->resend_at;
1190 __entry->resend_at - __entry->now,