Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dvirtio_blk.c563 static unsigned int virtblk_queue_depth; variable
564 module_param_named(queue_depth, virtblk_queue_depth, uint, 0444);
623 if (!virtblk_queue_depth) { in virtblk_probe()
624 virtblk_queue_depth = vblk->vqs[0].vq->num_free; in virtblk_probe()
627 virtblk_queue_depth /= 2; in virtblk_probe()
632 vblk->tag_set.queue_depth = virtblk_queue_depth; in virtblk_probe()