Lines Matching refs:now
1524 unsigned long now; in request_timer_fn() local
1542 now = jiffies; in request_timer_fn()
1543 nt = now + et; in request_timer_fn()
1567 : req_read ? req_read->pre_submit_jif : now; in request_timer_fn()
1586 time_after(now, req_peer->pre_send_jif + ent) && in request_timer_fn()
1587 !time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent)) { in request_timer_fn()
1591 if (dt && oldest_submit_jif != now && in request_timer_fn()
1592 time_after(now, oldest_submit_jif + dt) && in request_timer_fn()
1593 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) { in request_timer_fn()
1600 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
1601 ? req_peer->pre_send_jif + ent : now + et; in request_timer_fn()
1602 dt = (dt && oldest_submit_jif != now && time_before(now, oldest_submit_jif + dt)) in request_timer_fn()
1603 ? oldest_submit_jif + dt : now + et; in request_timer_fn()