Searched refs:cFreePages (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0Internal.h60 uint64_t cFreePages; member in struct:GMMCHUNKFREESET
H A DGMMR0.cpp1419 gmmR0UnlinkChunk(pChunk); /* avoiding cFreePages updates. */
1748 * Count the free pages in all the chunks and match it against pSet->cFreePages.
1759 if (RT_UNLIKELY(cPages != pSet->cFreePages))
1762 cPages, pszSetName, pSet->cFreePages, pszFunction, uLineNo);
1893 pSet->cFreePages -= pChunk->cFree;
1942 pSet->cFreePages += pChunk->cFree;
2476 if (pGMM->PrivateX.cFreePages >= GMM_CHUNK_NUM_PAGES * 16)
2549 && pGVM->gmm.s.Private.cFreePages < cPages)
2642 && pGMM->PrivateX.cFreePages + pGMM->Shared.cFreePages >
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp81 uint32_t cFreePages; member in struct:RTHEAPPAGE
117 uint32_t cFreePages; member in struct:RTHEAPPAGEBLOCK
210 pHeap->cFreePages = 0;
250 pBlock->cFreePages -= cPages;
251 pHeap->cFreePages -= cPages;
252 if (!pHeap->pHint2 || pHeap->pHint2->cFreePages < pBlock->cFreePages)
298 if (pBlock->cFreePages >= cPages)
385 if (pHeap->cFreePages >= cPages)
432 pBlock->cFreePages
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp73 STAM_REG(pVM, &pVM->mm.s.pPagePoolR3->cFreePages, STAMTYPE_U32, "/MM/Page/Def/cFreePages", STAMUNIT_PAGES, "Number of free pages in the default pool.");
85 STAM_REG(pVM, &pVM->mm.s.pPagePoolLowR3->cFreePages, STAMTYPE_U32, "/MM/Page/Low/cFreePages", STAMUNIT_PAGES, "Number of free pages in the <4GB pool.");
181 pPool->cFreePages--;
223 pPool->cFreePages++;
279 pPool->cFreePages += cPages - 1;
372 pPool->cFreePages++;
H A DGMM.cpp299 Req.cFreePages = 0;
313 *pcTotalFreePages = Req.cFreePages;
330 Req.cFreePages = 0;
H A DPGMPhys.cpp1384 uint64_t cFreePages = 0; local
1387 int rc = GMMR3QueryHypervisorMemoryStats(pUVM->pVM, &cAllocPages, &cFreePages, &cBalloonPages, &cSharedPages);
1394 *pcbFreeMem = cFreePages * _4K;
1403 cAllocPages, cFreePages, cBalloonPages, cSharedPages));
/vbox/src/VBox/VMM/include/
H A DMMInternal.h550 uint32_t cFreePages; member in struct:MMPAGEPOOL
/vbox/include/VBox/vmm/
H A Dgmm.h533 uint64_t cFreePages; member in struct:GMMMEMSTATSREQ

Completed in 329 milliseconds