Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-core.c1079 * blk_lld_busy - Check if underlying low-level drivers of a device are busy
1097 int blk_lld_busy(struct request_queue *q) in blk_lld_busy() function
1104 EXPORT_SYMBOL_GPL(blk_lld_busy);
/linux/include/linux/
H A Dblkdev.h1002 extern int blk_lld_busy(struct request_queue *q);
/linux/drivers/md/
H A Ddm-mpath.c2223 return blk_lld_busy(q); in pgpath_busy()