Searched refs:fAllocatedSwapSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp424 fCache->fAllocatedSwapSize -= B_PAGE_SIZE;
478 fAllocatedSwapSize = 0;
527 pageIndex < toIndex && fAllocatedSwapSize > 0; pageIndex++) {
564 fAllocatedSwapSize -= B_PAGE_SIZE;
639 && source->fAllocatedSwapSize > 0) {
688 fAllocatedSwapSize += B_PAGE_SIZE;
692 source->fAllocatedSwapSize -= B_PAGE_SIZE;
811 fAllocatedSwapSize -= pageCount * B_PAGE_SIZE;
818 if (fAllocatedSwapSize + totalSize > fCommittedSwapSize)
821 fAllocatedSwapSize
[all...]
H A DVMAnonymousCache.h110 off_t fAllocatedSwapSize; member in class:VMAnonymousCache

Completed in 20 milliseconds