Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dxen-blkfront.c140 static unsigned int xen_blkif_max_queues = 4; variable
141 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);
1921 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()
2749 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()
2751 xen_blkif_max_queues, nr_cpus); in xlblk_init()
2752 xen_blkif_max_queues = nr_cpus; in xlblk_init()