Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c630 unsigned long bps_wait = 0, iops_wait = 0, max_wait = 0; in tg_may_dispatch() local
666 max_wait = max(bps_wait, iops_wait); in tg_may_dispatch()
669 *wait = max_wait; in tg_may_dispatch()
671 if (time_before(tg->slice_end[rw], jiffies + max_wait)) in tg_may_dispatch()
672 throtl_extend_slice(td, tg, rw, jiffies + max_wait); in tg_may_dispatch()