Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dstorvsc_drv.c380 static int storvsc_vcpus_per_sub_channel = 4; variable
385 module_param(storvsc_vcpus_per_sub_channel, int, S_IRUGO);
386 MODULE_PARM_DESC(storvsc_vcpus_per_sub_channel, "Ratio of VCPUs to subchannels");
1767 (num_cpus - 1) / storvsc_vcpus_per_sub_channel; in storvsc_probe()