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

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c63 uint8_t fSpecificCpu; member in struct:RTTIMER
64 /** The CPU it must run on if fSpecificCpu is set. */
115 pTimer->fSpecificCpu = !!(fFlags & RTTIMER_FLAGS_CPU_SPECIFIC);
168 if ( pTimer->fSpecificCpu
256 if ( !pTimer->fSpecificCpu
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp84 bool fSpecificCpu; member in struct:RTTIMER
87 /** The CPU it must run on if fSpecificCpu is set.
343 if ( pTimer->fSpecificCpu
500 pTimer->fSpecificCpu = (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) && (fFlags & RTTIMER_FLAGS_CPU_ALL) != RTTIMER_FLAGS_CPU_ALL;
502 pTimer->idCpu = pTimer->fSpecificCpu ? RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK) : NIL_RTCPUID;
545 if (pTimer->fSpecificCpu)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c75 uint8_t fSpecificCpu; member in struct:RTTIMER
76 /** The CPU it must run on if fSpecificCpu is set. */
208 Assert( !pTimer->fSpecificCpu
392 pTimer->fSpecificCpu = false;
398 pTimer->fSpecificCpu = true;
404 pTimer->fSpecificCpu = false;
518 if ( pTimer->fSpecificCpu
536 if (!pTimer->fSpecificCpu)
547 if (pTimer->fSpecificCpu)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c155 bool fSpecificCpu; member in struct:RTTIMER
162 /** The id of the CPU it must run on if fSpecificCpu is set. */
638 if (pTimer->fAllCpus || pTimer->fSpecificCpu)
730 if (pTimer->fAllCpus || pTimer->fSpecificCpu)
798 if (pTimer->fSpecificCpu || pTimer->fAllCpus)
855 if (pTimer->fSpecificCpu || pTimer->fAllCpus)
1222 if (!pTimer->fSpecificCpu)
1513 pTimer->fSpecificCpu = (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) && (fFlags & RTTIMER_FLAGS_CPU_ALL) != RTTIMER_FLAGS_CPU_ALL;
1515 pTimer->idCpu = pTimer->fSpecificCpu
1519 pTimer->fSpecificCpu
[all...]

Completed in 50 milliseconds