Lines Matching refs:now
925 unsigned long now) in global_update_bandwidth() argument
933 if (time_before(now, update_time + BANDWIDTH_INTERVAL)) in global_update_bandwidth()
937 if (time_after_eq(now, update_time + BANDWIDTH_INTERVAL)) { in global_update_bandwidth()
939 update_time = now; in global_update_bandwidth()
1122 unsigned long now = jiffies; in __bdi_update_bandwidth() local
1123 unsigned long elapsed = now - bdi->bw_time_stamp; in __bdi_update_bandwidth()
1144 global_update_bandwidth(thresh, dirty, now); in __bdi_update_bandwidth()
1154 bdi->bw_time_stamp = now; in __bdi_update_bandwidth()
1362 unsigned long now = jiffies; in balance_dirty_pages() local
1403 current->dirty_paused_when = now; in balance_dirty_pages()
1445 pause -= now - current->dirty_paused_when; in balance_dirty_pages()
1467 current->dirty_paused_when = now; in balance_dirty_pages()
1478 now += min(pause - max_pause, max_pause); in balance_dirty_pages()
1498 current->dirty_paused_when = now + pause; in balance_dirty_pages()