Searched refs:guardOffset (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp967 uint32 guardOffset; local
970 guardOffset = 0;
972 guardOffset = virtual_size - fGuardedSize;
977 if (offset >= guardOffset && offset < guardOffset + fGuardedSize) {
H A DVMAnonymousNoSwapCache.cpp124 uint32 guardOffset; local
127 guardOffset = 0;
129 guardOffset = virtual_size - fGuardedSize;
134 if (offset >= guardOffset && offset < guardOffset + fGuardedSize) {

Completed in 86 milliseconds