Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/block/
Dvirtio_blk.c1236 static unsigned int virtblk_queue_depth; variable
1237 module_param_named(queue_depth, virtblk_queue_depth, uint, 0444);
1470 if (!virtblk_queue_depth) { in virtblk_probe()
1476 queue_depth = virtblk_queue_depth; in virtblk_probe()