Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-throttle.h150 static inline bool blk_throtl_bio(struct bio *bio) { return false; } in blk_throtl_bio() function
195 static inline bool blk_throtl_bio(struct bio *bio) in blk_throtl_bio() function
H A Dblk-core.c872 if (blk_throtl_bio(bio)) in submit_bio_noacct()