Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddiscard.c367 u64 bps_limit = ((u64)kbps_limit) * SZ_1K; in btrfs_discard_schedule_work() local
369 MSEC_PER_SEC, bps_limit); in btrfs_discard_schedule_work()
/Linux-v5.10/block/
Dblk-throttle.c936 u64 bps_limit, unsigned long *wait) in tg_with_in_bps_limit() argument
943 if (bps_limit == U64_MAX) { in tg_with_in_bps_limit()
957 tmp = bps_limit * jiffy_elapsed_rnd; in tg_with_in_bps_limit()
969 jiffy_wait = div64_u64(extra_bytes * HZ, bps_limit); in tg_with_in_bps_limit()
993 u64 bps_limit = tg_bps_limit(tg, rw); in tg_may_dispatch() local
1006 if (bps_limit == U64_MAX && iops_limit == UINT_MAX) { in tg_may_dispatch()
1028 if (tg_with_in_bps_limit(tg, bio, bps_limit, &bps_wait) && in tg_may_dispatch()