Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-throttle.h201 if (tg->has_rules_bps[rw] && !bio_flagged(bio, BIO_BPS_THROTTLED)) in blk_should_throtl()
Dblk-throttle.c866 if (bps_limit == U64_MAX || bio_flagged(bio, BIO_BPS_THROTTLED)) { in tg_within_bps_limit()
967 if (!bio_flagged(bio, BIO_BPS_THROTTLED)) { in throtl_charge_bio()
1075 bio_set_flag(bio, BIO_BPS_THROTTLED); in tg_dispatch_one_bio()
2240 bio_set_flag(bio, BIO_BPS_THROTTLED); in __blk_throtl_bio()
/Linux-v6.6/include/linux/
Dblk_types.h339 BIO_BPS_THROTTLED, /* This bio has already been subjected to enumerator
Dbio.h535 bio_clear_flag(bio, BIO_BPS_THROTTLED); in bio_set_dev()