Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c191 static int g_hw_queue_depth = 64; variable
192 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444);
592 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev()
1723 g_hw_queue_depth; in null_init_tag_set()
/kernel/linux/linux-6.6/drivers/block/null_blk/
H A 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()

Completed in 6 milliseconds