Lines Matching refs:tgt_cpu
1325 int num_channels, tgt_cpu; in get_og_chn() local
1344 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1345 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1357 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1358 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1365 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1380 int tgt_cpu; in storvsc_do_io() local
1402 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io()
1404 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1406 if (tgt_cpu == q_num) in storvsc_do_io()
1409 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
1434 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in storvsc_do_io()
1435 if (cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1438 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()