Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c944 u64 bps_limit, unsigned long *wait) in tg_with_in_bps_limit() argument
951 if (bps_limit == U64_MAX) { in tg_with_in_bps_limit()
964 bytes_allowed = mul_u64_u64_div_u64(bps_limit, (u64)jiffy_elapsed_rnd, in tg_with_in_bps_limit()
975 jiffy_wait = div64_u64(extra_bytes * HZ, bps_limit); in tg_with_in_bps_limit()
999 u64 bps_limit = tg_bps_limit(tg, rw); in tg_may_dispatch() local
1012 if (bps_limit == U64_MAX && iops_limit == UINT_MAX) { in tg_may_dispatch()
1037 if (tg_with_in_bps_limit(tg, bio, bps_limit, &bps_wait) && in tg_may_dispatch()