Home
last modified time | relevance | path

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

/linux-5.15/block/ !
H A Dblk-core.c461 (!q->mq_freeze_depth && in blk_queue_enter()
493 (!q->mq_freeze_depth && in bio_queue_enter()
A Dblk-mq.c138 if (++q->mq_freeze_depth == 1) { in blk_freeze_queue_start()
196 q->mq_freeze_depth--; in __blk_mq_unfreeze_queue()
197 WARN_ON_ONCE(q->mq_freeze_depth < 0); in __blk_mq_unfreeze_queue()
198 if (!q->mq_freeze_depth) { in __blk_mq_unfreeze_queue()
/linux-5.15/include/linux/ !
H A Dblkdev.h525 int mq_freeze_depth; member