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

/linux-master/drivers/block/
H A Dvirtio_blk.c1243 static unsigned int virtblk_queue_depth; variable
1244 module_param_named(queue_depth, virtblk_queue_depth, uint, 0444);
1484 if (!virtblk_queue_depth) {
1490 queue_depth = virtblk_queue_depth;

Completed in 180 milliseconds