Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-core.c317 (!q->mq_freeze_depth && in blk_queue_enter()
348 (!q->mq_freeze_depth && in __bio_queue_enter()
H A Dblk-mq.c126 if (++q->mq_freeze_depth == 1) { in blk_freeze_queue_start()
184 q->mq_freeze_depth--; in __blk_mq_unfreeze_queue()
185 WARN_ON_ONCE(q->mq_freeze_depth < 0); in __blk_mq_unfreeze_queue()
186 if (!q->mq_freeze_depth) { in __blk_mq_unfreeze_queue()
4661 if (WARN_ON_ONCE(!q->mq_freeze_depth)) in blk_mq_update_nr_requests()
/linux/include/linux/
H A Dblkdev.h562 int mq_freeze_depth; member