Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-throttle.h148 static inline bool blk_throtl_bio(struct bio *bio) { return false; } in blk_throtl_bio() function
193 static inline bool blk_throtl_bio(struct bio *bio) in blk_throtl_bio() function
Dblk-core.c852 if (blk_throtl_bio(bio)) in submit_bio_noacct()