Searched refs:tgt_cpu (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | storvsc_drv.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 578 void sip_fiq_debugger_enable_fiq(bool enable, uint32_t tgt_cpu) in sip_fiq_debugger_enable_fiq() argument 582 fiq_target_cpu = tgt_cpu; in sip_fiq_debugger_enable_fiq() 584 __invoke_sip_fn_smc(SIP_UARTDBG_FN, tgt_cpu, 0, en); in sip_fiq_debugger_enable_fiq()
|
| /OK3568_Linux_fs/kernel/include/linux/rockchip/ |
| H A D | rockchip_sip.h | 263 void sip_fiq_debugger_enable_fiq(bool enable, uint32_t tgt_cpu); 383 (bool enable, uint32_t tgt_cpu) { return; } in sip_fiq_debugger_enable_fiq() argument
|