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

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp453 swap_space_unreserve(fCommittedSwapSize);
454 if (committed_size > fCommittedSwapSize)
455 vm_unreserve_memory(committed_size - fCommittedSwapSize);
477 fCommittedSwapSize = 0;
818 if (fAllocatedSwapSize + totalSize > fCommittedSwapSize)
901 if (fAllocatedSwapSize + B_PAGE_SIZE > fCommittedSwapSize) {
951 return fAllocatedSwapSize < fCommittedSwapSize
991 fCommittedSwapSize += B_PAGE_SIZE;
1023 fCommittedSwapSize += source->fCommittedSwapSize;
[all...]
H A DVMAnonymousCache.h109 off_t fCommittedSwapSize; member in class:VMAnonymousCache

Completed in 82 milliseconds