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

/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/include/
H A DTMInternal.h726 uint64_t cNsOther; member in struct:TMCPU
744 /** Resettable version of cNsOther. */

Completed in 56 milliseconds