Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Dxen-blkfront.c142 static unsigned int xen_blkif_max_queues = 4; variable
143 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);
2006 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()
2828 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()
2830 xen_blkif_max_queues, nr_cpus); in xlblk_init()
2831 xen_blkif_max_queues = nr_cpus; in xlblk_init()
/kernel/linux/linux-6.6/drivers/block/
H A Dxen-blkfront.c143 static unsigned int xen_blkif_max_queues = 4; variable
144 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);
1906 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()
2614 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()
2616 xen_blkif_max_queues, nr_cpus); in xlblk_init()
2617 xen_blkif_max_queues = nr_cpus; in xlblk_init()

Completed in 7 milliseconds