Searched refs:xen_blkif_max_queues (Results 1 – 1 of 1) sorted by relevance
142 static unsigned int xen_blkif_max_queues = 4; variable143 module_param_named(max_queues, xen_blkif_max_queues, uint, 0444);1889 info->nr_rings = min(backend_max_queues, xen_blkif_max_queues); in negotiate_mq()2585 if (xen_blkif_max_queues > nr_cpus) { in xlblk_init()2587 xen_blkif_max_queues, nr_cpus); in xlblk_init()2588 xen_blkif_max_queues = nr_cpus; in xlblk_init()