Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.c905 unsigned long bps_wait = 0, iops_wait = 0, max_wait = 0; in tg_may_dispatch() local
943 iops_wait = tg_within_iops_limit(tg, bio, iops_limit); in tg_may_dispatch()
944 if (bps_wait + iops_wait == 0) { in tg_may_dispatch()
950 max_wait = max(bps_wait, iops_wait); in tg_may_dispatch()