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

/linux-master/drivers/block/null_blk/
H A Dmain.c208 static int g_hw_queue_depth = 64; variable
209 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444);
741 dev->hw_queue_depth = g_hw_queue_depth;
1748 tag_set.queue_depth = g_hw_queue_depth;

Completed in 97 milliseconds