Searched refs:rtmpLinuxWrapper (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c207 static void rtmpLinuxWrapper(void *pvInfo) function
322 rc = smp_call_function(rtmpLinuxWrapper, &Args, 1 /* wait */);
324 rc = smp_call_function(rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */);
416 rtmpLinuxWrapper(&Args);
497 rc = smp_call_function_single(idCpu, rtmpLinuxWrapper, &Args, 1 /* wait */);
499 rc = smp_call_function_single(idCpu, rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */);
511 rtmpLinuxWrapper(&Args);

Completed in 42 milliseconds