Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-throttle.h174 static inline bool blk_throtl_bio(struct bio *bio) { return false; } in blk_throtl_bio() function
207 static inline bool blk_throtl_bio(struct bio *bio) in blk_throtl_bio() function
Dblk-core.c807 if (blk_throtl_bio(bio)) in submit_bio_noacct()