Searched refs:blk_queue_stopped (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-core.c212 if (blk_queue_stopped(q))
261 if (unlikely(blk_queue_stopped(q)))
401 if (unlikely(blk_queue_stopped(q)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm.c903 if (blk_queue_stopped(q))
1732 * For suspend, check blk_queue_stopped() and increment
1737 while (!blk_queue_plugged(q) && !blk_queue_stopped(q)) {
2154 if (dm_table_request_based(t) && !blk_queue_stopped(q))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblkdev.h515 #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dsunvdc.c239 if (blk_queue_stopped(port->disk->queue))

Completed in 200 milliseconds