Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-core.c328 (!q->mq_freeze_depth && in blk_queue_enter()
359 (!q->mq_freeze_depth && in __bio_queue_enter()
Dblk-mq.c127 if (++q->mq_freeze_depth == 1) { in blk_freeze_queue_start()
185 q->mq_freeze_depth--; in __blk_mq_unfreeze_queue()
186 WARN_ON_ONCE(q->mq_freeze_depth < 0); in __blk_mq_unfreeze_queue()
187 if (!q->mq_freeze_depth) { in __blk_mq_unfreeze_queue()
/linux-6.6.21/include/linux/
Dblkdev.h498 int mq_freeze_depth; member