Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-core.c308 (!q->mq_freeze_depth && in blk_queue_enter()
339 (!q->mq_freeze_depth && in __bio_queue_enter()
Dblk-mq.c167 if (++q->mq_freeze_depth == 1) { in blk_freeze_queue_start()
225 q->mq_freeze_depth--; in __blk_mq_unfreeze_queue()
226 WARN_ON_ONCE(q->mq_freeze_depth < 0); in __blk_mq_unfreeze_queue()
227 if (!q->mq_freeze_depth) { in __blk_mq_unfreeze_queue()
/Linux-v6.1/include/linux/
Dblkdev.h519 int mq_freeze_depth; member