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

/vbox/include/VBox/vmm/
H A Dtm.h69 TMCLOCK_MAX enumerator in enum:TMCLOCK
/vbox/src/VBox/VMM/include/
H A DTMInternal.h545 STAMPROFILEADV aStatDoQueues[TMCLOCK_MAX];
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp209 int rc = MMHyperAlloc(pVM, sizeof(pVM->tm.s.paTimerQueuesR3[0]) * TMCLOCK_MAX, 0, MM_TAG_TM, &pv);
1156 for (int i = 0; i < TMCLOCK_MAX; i++)
1630 Assert((unsigned)pTimer->enmClock < (unsigned)TMCLOCK_MAX);
1966 AssertCompile(TMCLOCK_MAX == 4);
2026 AssertCompile(TMCLOCK_MAX == 4);
3305 for (unsigned iQueue = 0; iQueue < TMCLOCK_MAX; iQueue++)
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp566 for (int i = 0; i < TMCLOCK_MAX; i++)
609 Assert((unsigned)pCur->enmClock < (unsigned)TMCLOCK_MAX);
2479 for (int i = 0; i < TMCLOCK_MAX; i++)

Completed in 87 milliseconds