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

/linux-master/block/
H A Dblk-throttle.c905 unsigned long bps_wait = 0, iops_wait = 0, max_wait = 0; local
942 bps_wait = tg_within_bps_limit(tg, bio, bps_limit);
944 if (bps_wait + iops_wait == 0) {
950 max_wait = max(bps_wait, iops_wait);

Completed in 252 milliseconds