Searched defs:rtmpLinuxWrapperPostInc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c221 static void rtmpLinuxWrapperPostInc(void *pvInfo) function
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, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);

Completed in 43 milliseconds