Searched refs:tgt_cpu (Results 1 – 1 of 1) sorted by relevance
1251 int num_channels, tgt_cpu; in get_og_chn() local1269 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()1270 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()1280 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()1281 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()1288 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()1302 int tgt_cpu; in storvsc_do_io() local1323 for_each_cpu_wrap(tgt_cpu, in storvsc_do_io()1325 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()1327 if (tgt_cpu == q_num) in storvsc_do_io()[all …]