Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h294 BIO_THROTTLED, /* This bio has already been subjected to enumerator
H A Dbio.h477 bio_clear_flag(bio, BIO_THROTTLED);\
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c1072 if (!bio_flagged(bio, BIO_THROTTLED)) in throtl_charge_bio()
1073 bio_set_flag(bio, BIO_THROTTLED); in throtl_charge_bio()
2217 if (bio_flagged(bio, BIO_THROTTLED)) in blk_throtl_bio()
2313 bio_set_flag(bio, BIO_THROTTLED); in blk_throtl_bio()
H A Dbio.c686 if (bio_flagged(bio_src, BIO_THROTTLED)) in __bio_clone_fast()
687 bio_set_flag(bio, BIO_THROTTLED); in __bio_clone_fast()