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

/vbox/include/VBox/vmm/
H A Dgmm.h375 * VMs not doing proper cleanups (GMM::cLeftBehindSharedPages). */
376 uint64_t cLeftBehindSharedPages; member in struct:GMMSTATS
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp540 uint64_t cLeftBehindSharedPages; member in struct:GMM
1355 pGMM->cLeftBehindSharedPages += pGVM->gmm.s.Stats.cSharedPages;
5389 pStats->cLeftBehindSharedPages = pGMM->cLeftBehindSharedPages;
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp240 { RT_UOFFSETOF(GMMSTATS, cLeftBehindSharedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/cLeftBehindSharedPages", "The number of pages that are shared that has been left behind by VMs not doing proper cleanups." },

Completed in 65 milliseconds