Searched refs:existingSwapSize (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1725 off_t existingSwapSize = 0; local
1728 existingSwapSize = existingSwapStat.st_size;
1730 off_t freeSpace = info.free_blocks * info.block_size + existingSwapSize;

Completed in 60 milliseconds