Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h226 #define BIO_THROTTLED 9 /* This bio has already been subjected to macro
Dbio.h535 bio_clear_flag(bio, BIO_THROTTLED);\
/Linux-v4.19/block/
Dblk-throttle.c1053 if (!bio_flagged(bio, BIO_THROTTLED)) in throtl_charge_bio()
1054 bio_set_flag(bio, BIO_THROTTLED); in throtl_charge_bio()
2152 if (bio_flagged(bio, BIO_THROTTLED) || !tg->has_rules[rw]) in blk_throtl_bio()
2243 bio_set_flag(bio, BIO_THROTTLED); in blk_throtl_bio()
Dbio.c605 if (bio_flagged(bio_src, BIO_THROTTLED)) in __bio_clone_fast()
606 bio_set_flag(bio, BIO_THROTTLED); in __bio_clone_fast()