Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c385 static int storvsc_vcpus_per_sub_channel = 4; variable
390 module_param(storvsc_vcpus_per_sub_channel, int, S_IRUGO);
391 MODULE_PARM_DESC(storvsc_vcpus_per_sub_channel, "Ratio of VCPUs to subchannels");
1930 (num_cpus - 1) / storvsc_vcpus_per_sub_channel; in storvsc_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c337 static int storvsc_vcpus_per_sub_channel = 4; variable
346 module_param(storvsc_vcpus_per_sub_channel, int, S_IRUGO);
347 MODULE_PARM_DESC(storvsc_vcpus_per_sub_channel, "Ratio of VCPUs to subchannels");
1943 (num_cpus - 1) / storvsc_vcpus_per_sub_channel; in storvsc_probe()

Completed in 7 milliseconds