Home
last modified time | relevance | path

Searched refs:blk_lld_busy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dblk-core.c1041 int blk_lld_busy(struct request_queue *q) in blk_lld_busy() function
1048 EXPORT_SYMBOL_GPL(blk_lld_busy);
/openbmc/linux/include/linux/
H A Dblkdev.h853 extern int blk_lld_busy(struct request_queue *q);
/openbmc/linux/drivers/md/
H A Ddm-mpath.c2102 return blk_lld_busy(q); in pgpath_busy()