Searched refs:committed_size (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp37 vm_unreserve_memory(committed_size);
66 if (fCanOvercommit && size > committed_size) {
79 if (size > committed_size) {
81 if (vm_try_reserve_memory(size - committed_size, priority, 1000000)
87 vm_unreserve_memory(committed_size - size);
90 committed_size = size;
143 if (committed_size / B_PAGE_SIZE > page_count)
155 committed_size += B_PAGE_SIZE;
177 committed_size += source->committed_size;
[all...]
H A DVMAnonymousCache.cpp454 if (committed_size > fCommittedSwapSize)
455 vm_unreserve_memory(committed_size - fCommittedSwapSize);
726 if (fCanOvercommit && size > committed_size) {
986 if (committed_size / B_PAGE_SIZE > page_count)
1002 committed_size += B_PAGE_SIZE;
1025 committed_size += source->committed_size;
1026 source->committed_size = 0;
1029 if (committed_size > actualSize)
1148 "%" B_PRIdOFF " (%" B_PRIdOFF " swap)\n", this, size, committed_size,
[all...]
H A DVMCache.cpp151 fOldCommitment(cache->committed_size),
658 committed_size = 0;
1109 if (committed_size < commitment) {
1318 committed_size = size;
H A Dvm.cpp1672 cache->committed_size = reservedMemory;
3445 info.committed += cache->committed_size;
3491 kprintf(", committed: %" B_PRIdOFF, cache->committed_size);
6921 const off_t newCommitment = topCache->committed_size + commitmentChange;
/haiku/headers/private/kernel/vm/
H A DVMCache.h197 off_t committed_size; member in struct:VMCache
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDataContainer.cpp214 info.AddAreaAllocation(fCache->committed_size);

Completed in 133 milliseconds