Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-core.c440 q->bypass_depth++; in blk_queue_bypass_start()
469 if (!--q->bypass_depth) in blk_queue_bypass_end()
471 WARN_ON_ONCE(q->bypass_depth < 0); in blk_queue_bypass_end()
520 q->bypass_depth++; in blk_cleanup_queue()
661 q->bypass_depth = 1; in blk_alloc_queue_node()
/linux-4.1.27/include/linux/
Dblkdev.h471 int bypass_depth; member