Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.c1829 static bool throtl_low_limit_reached(struct throtl_grp *tg, int rw) in throtl_low_limit_reached() function
1850 if (throtl_low_limit_reached(tg, READ) && in throtl_tg_can_upgrade()
1851 throtl_low_limit_reached(tg, WRITE)) in throtl_tg_can_upgrade()