Searched refs:resend_at (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/rxrpc/ |
| D | call_event.c | 160 unsigned long resend_at; in rxrpc_resend() local 221 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend() 222 resend_at += jiffies + rxrpc_resend_timeout; in rxrpc_resend() 223 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend() 233 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 | 235 unsigned long now = jiffies, resend_at; in rxrpc_queue_packet() local 238 resend_at = nsecs_to_jiffies(call->peer->rtt * 3 / 2); in rxrpc_queue_packet() 240 resend_at = rxrpc_resend_timeout; in rxrpc_queue_packet() 241 if (resend_at < 1) in rxrpc_queue_packet() 242 resend_at = 1; in rxrpc_queue_packet() 244 resend_at += now; in rxrpc_queue_packet() 245 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_queue_packet() 246 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_queue_packet()
|
| D | call_object.c | 203 call->resend_at = j; in rxrpc_start_call_timer()
|
| D | ar-internal.h | 563 unsigned long resend_at; /* When next resend needs to happen */ member
|
| D | input.c | 332 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
|
| /Linux-v5.4/include/trace/events/ |
| D | rxrpc.h | 1161 __field(long, resend_at ) 1175 __entry->resend_at = call->resend_at; 1187 __entry->resend_at - __entry->now,
|