Home
last modified time | relevance | path

Searched refs:ack_at (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dcall_event.c112 unsigned long now = jiffies, ack_at; in __rxrpc_propose_ACK() local
115 ack_at = usecs_to_jiffies(call->peer->srtt_us >> 3); 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()
338 t = READ_ONCE(call->ack_at); in rxrpc_process_call()
341 cmpxchg(&call->ack_at, t, now + MAX_JIFFY_OFFSET); in rxrpc_process_call()
[all …]
H A Dconn_event.c411 unsigned long ack_at; in rxrpc_process_delayed_final_acks() local
417 ack_at = READ_ONCE(chan->final_ack_at); in rxrpc_process_delayed_final_acks()
419 if (time_before(j, ack_at) && !force) { in rxrpc_process_delayed_final_acks()
420 if (time_before(ack_at, next_j)) { in rxrpc_process_delayed_final_acks()
421 next_j = ack_at; in rxrpc_process_delayed_final_acks()
H A Dcall_object.c226 call->ack_at = j; in rxrpc_start_call_timer()
H A Dsendmsg.c235 WRITE_ONCE(call->ack_at, now + MAX_JIFFY_OFFSET); in rxrpc_queue_packet()
H A Dar-internal.h553 unsigned long ack_at; /* When deferred ACK needs to happen */ member
H A Dinput.c316 WRITE_ONCE(call->ack_at, timo); in rxrpc_receiving_reply()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Drxrpc.h1154 __field(long, ack_at )
1168 __entry->ack_at = call->ack_at;
1180 __entry->ack_at - __entry->now,