Searched refs:DstCpuMask (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | mp-r0drv-linux.c | 378 cpumask_t DstCpuMask; local 391 cpumask_clear(&DstCpuMask); 392 cpumask_set_cpu(idCpu1, &DstCpuMask); 393 cpumask_set_cpu(idCpu2, &DstCpuMask); 395 cpus_clear(DstCpuMask); 396 cpu_set(idCpu1, DstCpuMask); 397 cpu_set(idCpu2, DstCpuMask); 401 smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */); 404 rc = smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */); 406 rc = smp_call_function_mask(DstCpuMask, rtmpLinuxWrapperPostIn [all...] |
Completed in 139 milliseconds