Searched refs:now (Results 1 – 1 of 1) sorted by relevance
925 unsigned long now) in global_update_bandwidth() argument933 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() local1123 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() local1403 current->dirty_paused_when = now; in balance_dirty_pages()[all …]