Searched refs:update_time (Results 1 – 1 of 1) sorted by relevance
928 static unsigned long update_time = INITIAL_JIFFIES; in global_update_bandwidth() local933 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()