Searched refs:iops_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
943 iops_wait = tg_within_iops_limit(tg, bio, iops_limit);
944 if (bps_wait + iops_wait == 0) {
950 max_wait = max(bps_wait, iops_wait);

Completed in 155 milliseconds