Searched refs:tgt_cpu (Results 1 – 1 of 1) sorted by relevance
1389 int num_channels, tgt_cpu; in get_og_chn() local1408 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() local1466 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 == q_num) in storvsc_do_io()[all …]