Lines Matching refs:tgt_cpu
1388 int num_channels, tgt_cpu; in get_og_chn() local
1407 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1408 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1420 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1421 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1428 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1443 int tgt_cpu; in storvsc_do_io() local
1465 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io()
1467 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1469 if (tgt_cpu == q_num) in storvsc_do_io()
1472 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
1497 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in storvsc_do_io()
1498 if (cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1501 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()