Home
last modified time | relevance | path

Searched refs:bypass_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/block/
Dblk-core.c648 q->bypass_depth++; in blk_queue_bypass_start()
680 if (!--q->bypass_depth) in blk_queue_bypass_end()
682 WARN_ON_ONCE(q->bypass_depth < 0); in blk_queue_bypass_end()
772 q->bypass_depth++; in blk_cleanup_queue()
1063 q->bypass_depth = 1; in blk_alloc_queue_node()
/Linux-v4.19/include/linux/
Dblkdev.h635 int bypass_depth; member