Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/null_blk/
Dmain.c196 static int g_hw_queue_depth = 64; variable
197 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444);
726 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev()
1982 queue_depth = g_hw_queue_depth; in null_init_tag_set()