Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dscrub.c199 u64 throttle_sent; member
1257 sctx->throttle_sent = 0; in scrub_throttle_dev_io()
1263 sctx->throttle_sent += bio_size; in scrub_throttle_dev_io()
1264 if (sctx->throttle_sent <= div_u64(bwlimit, div)) in scrub_throttle_dev_io()