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

/vbox/include/VBox/vmm/
H A Dgvmm.h93 uint64_t cPokeNotBusy; member in struct:GVMMSTATSSCHED
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1989 pGVM->gvmm.s.StatsSched.cPokeNotBusy++;
2407 pStats->SchedSum.cPokeNotBusy += pGVM->gvmm.s.StatsSched.cPokeNotBusy;
2509 MAYBE_RESET_FIELD(cPokeNotBusy);
2550 MAYBE_RESET_FIELD(cPokeNotBusy);
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp204 { RT_UOFFSETOF(GVMMSTATS, SchedVM.cPokeNotBusy), STAMTYPE_U64_RESET, STAMUNIT_CALLS, "/GVMM/VM/PokeNotBusy", "The number of times the EMT thread wasn't actually busy when GVMMR0Poke was called." },
218 { RT_UOFFSETOF(GVMMSTATS, SchedSum.cPokeNotBusy), STAMTYPE_U64_RESET, STAMUNIT_CALLS, "/GVMM/Sum/PokeNotBusy", "The number of times the EMT thread wasn't actually busy when GVMMR0Poke was called." },

Completed in 2510 milliseconds