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

/vbox/include/VBox/vmm/
H A Dgmm.h363 * (GMM::cOverCommittedPages). */
364 uint64_t cOverCommittedPages; member in struct:GMMSTATS
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp528 * The deal is that cReservedPages - cOverCommittedPages <= cMaxPages. */
531 uint64_t cOverCommittedPages; member in struct:GMM
1375 /** @todo Update GMM->cOverCommittedPages */
5385 pStats->cOverCommittedPages = pGMM->cOverCommittedPages;
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp236 { RT_UOFFSETOF(GMMSTATS, cOverCommittedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/cOverCommittedPages", "The number of pages that we have over-committed in reservations." },

Completed in 62 milliseconds