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

/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp48 status_t error = VMCache::Init(CACHE_TYPE_RAM, allocationFlags);
H A Dvm.cpp703 && cache->consumers.IsEmpty() && area->cache_type == CACHE_TYPE_RAM;
1007 || !cache->consumers.IsEmpty() || cache->type != CACHE_TYPE_RAM) {
1417 area->cache_type = CACHE_TYPE_RAM;
1812 area->cache_type = CACHE_TYPE_RAM;
3423 case CACHE_TYPE_RAM:
3444 if (cache->type == CACHE_TYPE_RAM)
3490 if (cache->type == CACHE_TYPE_RAM || (level == 0 && info.committed > 0)) {
5378 if (cache->type != CACHE_TYPE_RAM)
H A DVMAnonymousCache.cpp468 status_t error = VMCache::Init(CACHE_TYPE_RAM, allocationFlags);
/haiku/headers/private/kernel/vm/
H A DVMCache.h27 CACHE_TYPE_RAM = 0, enumerator in enum:__anon4

Completed in 56 milliseconds