Home
last modified time | relevance | path

Searched refs:update_time (Results 1 – 1 of 1) sorted by relevance

/mm/
Dpage-writeback.c928 static unsigned long update_time = INITIAL_JIFFIES; in global_update_bandwidth() local
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()