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

/linux-master/block/
H A Dblk-throttle.c84 unsigned long last_calculate_time; member in struct:throtl_data
2081 if (time_before(jiffies, td->last_calculate_time + HZ))
2083 td->last_calculate_time = jiffies;

Completed in 134 milliseconds