Home
last modified time | relevance | path

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

/linux/block/
A Dblk-core.c413 (!q->mq_freeze_depth && in blk_queue_enter()
444 (!q->mq_freeze_depth && in __bio_queue_enter()
A Dblk-mq.c165 if (++q->mq_freeze_depth == 1) { in blk_freeze_queue_start()
223 q->mq_freeze_depth--; in __blk_mq_unfreeze_queue()
224 WARN_ON_ONCE(q->mq_freeze_depth < 0); in __blk_mq_unfreeze_queue()
225 if (!q->mq_freeze_depth) { in __blk_mq_unfreeze_queue()
/linux/include/linux/
A Dblkdev.h339 int mq_freeze_depth; member

Completed in 17 milliseconds