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

/linux-master/block/
H A Dblk-throttle.c1765 static unsigned long __tg_last_low_overflow_time(struct throtl_grp *tg) function
1780 unsigned long ret = __tg_last_low_overflow_time(tg);
1797 if (time_after(__tg_last_low_overflow_time(parent), ret))
1798 ret = __tg_last_low_overflow_time(parent);
1915 __tg_last_low_overflow_time(tg) + tg->td->throtl_slice))

Completed in 117 milliseconds