Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-core.c480 q->bypass_depth++; in blk_queue_bypass_start()
509 if (!--q->bypass_depth) in blk_queue_bypass_end()
511 WARN_ON_ONCE(q->bypass_depth < 0); in blk_queue_bypass_end()
560 q->bypass_depth++; in blk_cleanup_queue()
739 q->bypass_depth = 1; in blk_alloc_queue_node()
/linux-4.4.14/include/linux/
Dblkdev.h444 int bypass_depth; member