Searched refs:resend_at (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A 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()
|
H A 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()
|
H A D | call_object.c | 228 call->resend_at = j; in rxrpc_start_call_timer()
|
H A D | ar-internal.h | 555 unsigned long resend_at; /* When next resend needs to happen */ member
|
H A D | input.c | 315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_event.c | 117 unsigned long resend_at; in rxrpc_resend() local 220 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend() 221 resend_at += jiffies + rxrpc_get_rto_backoff(call->peer, in rxrpc_resend() 223 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_resend() 233 rxrpc_reduce_call_timer(call, resend_at, jiffies, in rxrpc_resend() 452 t = READ_ONCE(call->resend_at); in rxrpc_input_call_event() 455 cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_input_call_event() 522 set(call->resend_at); in rxrpc_input_call_event()
|
H A D | output.c | 727 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_transmit_one() local 729 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_transmit_one() 730 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_transmit_one()
|
H A D | call_object.c | 260 call->resend_at = j; in rxrpc_start_call_timer()
|
H A D | ar-internal.h | 619 unsigned long resend_at; /* When next resend needs to happen */ member
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 1326 __field(long, resend_at) 1340 __entry->resend_at = call->resend_at; 1352 __entry->resend_at - __entry->now, 1369 __field(long, resend_at) 1382 __entry->resend_at = call->resend_at; 1393 __entry->resend_at - __entry->now,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 1156 __field(long, resend_at ) 1170 __entry->resend_at = call->resend_at; 1182 __entry->resend_at - __entry->now,
|
Completed in 16 milliseconds