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

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

Completed in 118 milliseconds