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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0Internal.h52 #define GMM_CHUNK_FREE_SET_UNUSED_LIST (GMM_CHUNK_NUM_PAGES >> GMM_CHUNK_FREE_SET_SHIFT)
H A DGMMR0.cpp1318 Assert(pChunk->cFree == GMM_CHUNK_NUM_PAGES);
1477 else if (pChunk->cFree != GMM_CHUNK_NUM_PAGES)
1484 pChunk->cFree = GMM_CHUNK_NUM_PAGES;
2136 pChunk->cFree = GMM_CHUNK_NUM_PAGES;
2449 if (cPgDelta < GMM_CHUNK_NUM_PAGES * 4)
2476 if (pGMM->PrivateX.cFreePages >= GMM_CHUNK_NUM_PAGES * 16)
3161 Assert(pChunk->cFree < GMM_CHUNK_NUM_PAGES);
3353 if (RT_UNLIKELY( pChunk->cFree == GMM_CHUNK_NUM_PAGES
3374 Assert(pChunk->cFree < GMM_CHUNK_NUM_PAGES);
3399 Assert(pChunk->cFree < GMM_CHUNK_NUM_PAGES);
[all...]
/vbox/include/VBox/vmm/
H A Dgmm.h83 #define GMM_CHUNK_NUM_PAGES (1U << (GMM_CHUNK_SHIFT - PAGE_SHIFT)) macro

Completed in 54 milliseconds