Home
last modified time | relevance | path

Searched refs:tgt_cpu (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dstorvsc_drv.c1401 int num_channels, tgt_cpu; in get_og_chn() local
1425 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1426 if (cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1438 for_each_cpu(tgt_cpu, &stor_device->alloced_cpus) { in get_og_chn()
1439 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in get_og_chn()
1446 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1461 int tgt_cpu; in storvsc_do_io() local
1485 for_each_cpu_wrap(tgt_cpu, &stor_device->alloced_cpus, in storvsc_do_io()
1487 if (!cpumask_test_cpu(tgt_cpu, node_mask)) in storvsc_do_io()
1489 channel = READ_ONCE(stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
[all …]