Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c1791 static unsigned long __tg_last_low_overflow_time(struct throtl_grp *tg) in __tg_last_low_overflow_time() function
1807 unsigned long ret = __tg_last_low_overflow_time(tg); in tg_last_low_overflow_time()
1824 if (time_after(__tg_last_low_overflow_time(parent), ret)) in tg_last_low_overflow_time()
1825 ret = __tg_last_low_overflow_time(parent); in tg_last_low_overflow_time()
1937 __tg_last_low_overflow_time(tg) + tg->td->throtl_slice)) in throtl_upgrade_check()