Lines Matching full:now
27 ktime_t now = ktime_get_real(); in rxrpc_propose_ping() local
28 ktime_t ping_at = ktime_add(now, delay); in rxrpc_propose_ping()
43 ktime_t now = ktime_get_real(), delay; in rxrpc_propose_delay_ACK() local
53 call->delay_ack_at = ktime_add(now, delay); in rxrpc_propose_delay_ACK()
79 req->now = ktime_get_real(); in rxrpc_retransmit_data()
89 .now = ktime_get_real(), in rxrpc_resend()
134 .now = ktime_get_real(), in rxrpc_resend_tlp()
207 .now = ktime_get_real(), in rxrpc_transmit_fresh_data()
303 ktime_t now, t; in rxrpc_input_call_event() local
351 now = ktime_get_real(); in rxrpc_input_call_event()
352 t = ktime_sub(call->expect_rx_by, now); in rxrpc_input_call_event()
358 t = ktime_sub(call->expect_req_by, now); in rxrpc_input_call_event()
367 t = ktime_sub(READ_ONCE(call->expect_term_by), now); in rxrpc_input_call_event()
373 t = ktime_sub(call->delay_ack_at, now); in rxrpc_input_call_event()
381 t = ktime_sub(call->ping_at, now); in rxrpc_input_call_event()
389 now = ktime_get_real(); in rxrpc_input_call_event()
390 t = ktime_sub(call->keepalive_at, now); in rxrpc_input_call_event()
453 now = ktime_get_real(); in rxrpc_input_call_event()
454 delay = ktime_sub(next, now); in rxrpc_input_call_event()