Searched refs:ack_at (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/rxrpc/ |
| D | call_event.c | 112 unsigned long now = jiffies, ack_at; in __rxrpc_propose_ACK() local 115 ack_at = nsecs_to_jiffies(call->peer->rtt); in __rxrpc_propose_ACK() 117 ack_at = expiry; in __rxrpc_propose_ACK() 119 ack_at += READ_ONCE(call->tx_backoff); in __rxrpc_propose_ACK() 120 ack_at += now; in __rxrpc_propose_ACK() 121 if (time_before(ack_at, call->ack_at)) { in __rxrpc_propose_ACK() 122 WRITE_ONCE(call->ack_at, ack_at); in __rxrpc_propose_ACK() 123 rxrpc_reduce_call_timer(call, ack_at, now, in __rxrpc_propose_ACK() 354 t = READ_ONCE(call->ack_at); in rxrpc_process_call() 357 cmpxchg(&call->ack_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_process_call() [all …]
|
| D | conn_event.c | 424 unsigned long ack_at; in rxrpc_process_delayed_final_acks() local 430 ack_at = READ_ONCE(chan->final_ack_at); in rxrpc_process_delayed_final_acks() 432 if (time_before(j, ack_at)) { in rxrpc_process_delayed_final_acks() 433 if (time_before(ack_at, next_j)) { in rxrpc_process_delayed_final_acks() 434 next_j = ack_at; in rxrpc_process_delayed_final_acks()
|
| D | call_object.c | 201 call->ack_at = j; in rxrpc_start_call_timer()
|
| D | sendmsg.c | 200 WRITE_ONCE(call->ack_at, now + MAX_JIFFY_OFFSET); in rxrpc_queue_packet()
|
| D | ar-internal.h | 561 unsigned long ack_at; /* When deferred ACK needs to happen */ member
|
| D | input.c | 333 WRITE_ONCE(call->ack_at, timo); in rxrpc_receiving_reply()
|
| /Linux-v5.4/include/trace/events/ |
| D | rxrpc.h | 1159 __field(long, ack_at ) 1173 __entry->ack_at = call->ack_at; 1185 __entry->ack_at - __entry->now,
|