Lines Matching defs:now
306 unsigned long now, timo;
313 now = jiffies;
314 timo = now + MAX_JIFFY_OFFSET;
317 trace_rxrpc_timer(call, rxrpc_timer_init_for_reply, now);
435 unsigned long now, expect_req_by;
438 now = jiffies;
439 expect_req_by = now + timo;
441 rxrpc_reduce_call_timer(call, expect_req_by, now,
565 * packet any longer as its ref now belongs to the Rx
1057 unsigned long now = jiffies, expect_rx_by;
1059 expect_rx_by = now + timo;
1061 rxrpc_reduce_call_timer(call, expect_rx_by, now,