Searched refs:fGuardedSize (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.h28 virtual int32 GuardSize() { return fGuardedSize; }
30 { fGuardedSize = guardSize; }
51 int32 fGuardedSize; member in class:VMAnonymousNoSwapCache
H A DVMAnonymousNoSwapCache.cpp55 fGuardedSize = numGuardPages * B_PAGE_SIZE;
123 if (fGuardedSize > 0) {
129 guardOffset = virtual_size - fGuardedSize;
134 if (offset >= guardOffset && offset < guardOffset + fGuardedSize) {
H A DVMAnonymousCache.h56 virtual int32 GuardSize() { return fGuardedSize; }
58 { fGuardedSize = guardSize; }
107 int32 fGuardedSize; member in class:VMAnonymousCache
H A DVMAnonymousCache.cpp476 fGuardedSize = numGuardPages * B_PAGE_SIZE;
966 if (fGuardedSize > 0) {
972 guardOffset = virtual_size - fGuardedSize;
977 if (offset >= guardOffset && offset < guardOffset + fGuardedSize) {

Completed in 49 milliseconds