Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-throttle.c971 unsigned long bps_wait = 0, iops_wait = 0, max_wait = 0; in tg_may_dispatch() local
1006 if (tg_with_in_bps_limit(tg, bio, &bps_wait) && in tg_may_dispatch()
1013 max_wait = max(bps_wait, iops_wait); in tg_may_dispatch()