Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dxen-blkfront.c139 static unsigned int xen_blkif_max_queues = 4; variable
140 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);
1912 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()
2729 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()
2731 xen_blkif_max_queues, nr_cpus); in xlblk_init()
2732 xen_blkif_max_queues = nr_cpus; in xlblk_init()