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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h726 uint64_t cNsOther; member in struct:TMCPU
744 /** Resettable version of cNsOther. */
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp769 STAMR3RegisterF(pVM, &pVM->aCpus[i].tm.s.cNsOther, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_NS, "Time spent in the VMM or preempted.", "/TM/CPU/%02u/cNsOther", i);
2771 pVCpu->tm.s.cNsOther = pVCpu->tm.s.cNsTotal - pVCpu->tm.s.cNsExecuting - pVCpu->tm.s.cNsHalted;
2939 uint64_t cNsOther = pVCpu->tm.s.cNsOther; local
2948 cNsOther = pVCpu->tm.s.cNsOther;
2961 *pcNsOther = cNsOther;
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp165 int64_t const cNsOtherNewDelta = cNsOtherNew - pVCpu->tm.s.cNsOther;
173 pVCpu->tm.s.cNsOther = cNsOtherNew;
232 int64_t const cNsOtherNewDelta = cNsOtherNew - pVCpu->tm.s.cNsOther;
240 pVCpu->tm.s.cNsOther = cNsOtherNew;

Completed in 63 milliseconds