Lines Matching refs:now
1554 unsigned long now; in request_timer_fn() local
1572 now = jiffies; in request_timer_fn()
1573 nt = now + et; in request_timer_fn()
1597 : req_read ? req_read->pre_submit_jif : now; in request_timer_fn()
1616 time_after(now, req_peer->pre_send_jif + ent) && in request_timer_fn()
1617 !time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent)) { in request_timer_fn()
1621 if (dt && oldest_submit_jif != now && in request_timer_fn()
1622 time_after(now, oldest_submit_jif + dt) && in request_timer_fn()
1623 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) { in request_timer_fn()
1630 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
1631 ? req_peer->pre_send_jif + ent : now + et; in request_timer_fn()
1632 dt = (dt && oldest_submit_jif != now && time_before(now, oldest_submit_jif + dt)) in request_timer_fn()
1633 ? oldest_submit_jif + dt : now + et; in request_timer_fn()