Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/
Dxen-blkfront.c143 static unsigned int xen_blkif_max_queues = 4; variable
144 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);
1905 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()
2615 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()
2617 xen_blkif_max_queues, nr_cpus); in xlblk_init()
2618 xen_blkif_max_queues = nr_cpus; in xlblk_init()