Lines Matching refs:now
192 ktime_t rtt, now; in rxrpc_congestion_degrade() local
201 now = ktime_get_real(); in rxrpc_congestion_degrade()
202 if (!ktime_before(ktime_add(call->tx_last_sent, rtt), now)) in rxrpc_congestion_degrade()
205 trace_rxrpc_reset_cwnd(call, now); in rxrpc_congestion_degrade()
207 call->tx_last_sent = now; in rxrpc_congestion_degrade()
302 unsigned long now, timo; in rxrpc_receiving_reply() local
306 now = jiffies; in rxrpc_receiving_reply()
307 timo = now + MAX_JIFFY_OFFSET; in rxrpc_receiving_reply()
310 trace_rxrpc_timer(call, rxrpc_timer_init_for_reply, now); in rxrpc_receiving_reply()
616 unsigned long now, expect_req_by; in rxrpc_input_data() local
619 now = jiffies; in rxrpc_input_data()
620 expect_req_by = now + timo; in rxrpc_input_data()
622 rxrpc_reduce_call_timer(call, expect_req_by, now, in rxrpc_input_data()
1072 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local
1074 expect_rx_by = now + timo; in rxrpc_input_call_packet()
1076 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()