Searched refs:tgt_cpu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | storvsc_drv.c | 1345 int num_channels, tgt_cpu; in get_og_chn() local 1364 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn() 1365 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn() 1377 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn() 1378 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn() 1385 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn() 1400 int tgt_cpu; in storvsc_do_io() local 1422 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io() 1424 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io() 1426 if (tgt_cpu in storvsc_do_io() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | storvsc_drv.c | 1389 int num_channels, tgt_cpu; in get_og_chn() local 1408 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn() 1409 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn() 1421 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn() 1422 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn() 1429 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn() 1444 int tgt_cpu; in storvsc_do_io() local 1466 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io() 1468 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io() 1470 if (tgt_cpu in storvsc_do_io() [all...] |
Completed in 6 milliseconds