Lines Matching defs:now
181 ktime_t rtt, now;
190 now = ktime_get_real();
191 if (!ktime_before(ktime_add(call->tx_last_sent, rtt), now))
194 trace_rxrpc_reset_cwnd(call, now);
196 call->tx_last_sent = now;
291 unsigned long now, timo;
295 now = jiffies;
296 timo = now + MAX_JIFFY_OFFSET;
299 trace_rxrpc_timer(call, rxrpc_timer_init_for_reply, now);
592 unsigned long now, expect_req_by;
595 now = jiffies;
596 expect_req_by = now + timo;
598 rxrpc_reduce_call_timer(call, expect_req_by, now,
709 * Determine how many nacks from the previous ACK have now been satisfied.
1051 unsigned long now = jiffies, expect_rx_by;
1053 expect_rx_by = now + timo;
1055 rxrpc_reduce_call_timer(call, expect_rx_by, now,