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.c1076 int blk_lld_busy(struct request_queue *q) in blk_lld_busy() function
1083 EXPORT_SYMBOL_GPL(blk_lld_busy);
/linux/include/linux/
H A Dblkdev.h861 extern int blk_lld_busy(struct request_queue *q);
/linux/drivers/md/
H A Ddm-mpath.c2098 return blk_lld_busy(q); in pgpath_busy()