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

/linux-master/drivers/scsi/
H A Dstorvsc_drv.c433 struct cpumask alloced_cpus; member in struct:storvsc_device
620 * the "old" CPU to update the alloced_cpus mask and the stor_chns
641 cpumask_clear_cpu(old, &stor_device->alloced_cpus);
646 cpu, &stor_device->alloced_cpus))
651 cpumask_set_cpu(new, &stor_device->alloced_cpus);
707 cpumask_set_cpu(new_sc->target_cpu, &stor_device->alloced_cpus);
934 &stor_device->alloced_cpus);
1408 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) {
1421 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) {
1467 &stor_device->alloced_cpus, q_nu
[all...]

Completed in 196 milliseconds