Searched refs:BANDWIDTH_INTERVAL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/mm/
H A Dpage-writeback.c58 #define BANDWIDTH_INTERVAL max(HZ/5, 1) macro
933 if (time_before(now, update_time + BANDWIDTH_INTERVAL)) global_update_bandwidth()
937 if (time_after_eq(now, update_time + BANDWIDTH_INTERVAL)) { global_update_bandwidth()
1130 if (elapsed < BANDWIDTH_INTERVAL) __bdi_update_bandwidth()
1165 if (time_is_after_eq_jiffies(bdi->bw_time_stamp + BANDWIDTH_INTERVAL)) bdi_update_bandwidth()

Completed in 82 milliseconds