Searched refs:resend_at (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/rxrpc/ |
D | call_event.c | 166 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()
|
D | sendmsg.c | 238 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()
|
D | call_object.c | 207 call->resend_at = j; in rxrpc_start_call_timer()
|
D | ar-internal.h | 544 unsigned long resend_at; /* When next resend needs to happen */ member
|
D | input.c | 337 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
|
/Linux-v4.19/include/trace/events/ |
D | rxrpc.h | 1164 __field(long, resend_at ) 1178 __entry->resend_at = call->resend_at; 1190 __entry->resend_at - __entry->now,
|