Lines Matching refs:tgt_cpu
1329 int num_channels, tgt_cpu; in get_og_chn() local
1348 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1349 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1361 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1362 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1369 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1384 int tgt_cpu; in storvsc_do_io() local
1406 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io()
1408 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1410 if (tgt_cpu == q_num) in storvsc_do_io()
1413 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
1438 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in storvsc_do_io()
1439 if (cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1442 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()