Home
last modified time | relevance | path

Searched refs:newCache (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DTests.cpp69 IconSpewer(bool newCache = true);
92 bool newCache; member in BTrackerPrivate::IconSpewer
113 IconSpewer::IconSpewer(bool newCache) in IconSpewer() argument
122 newCache(newCache) in IconSpewer()
125 if (newCache) in IconSpewer()
148 if (newCache) in Run()
284 if (newCache) in NextRef()
302 if (newCache) { in NextRef()
/haiku/src/system/kernel/vm/
H A Dvm.cpp1196 VMCache* newCache; in map_backing_store() local
1199 status = VMCacheFactory::CreateAnonymousCache(newCache, in map_backing_store()
1206 newCache->Lock(); in map_backing_store()
1207 newCache->temporary = 1; in map_backing_store()
1208 newCache->virtual_base = offset; in map_backing_store()
1209 newCache->virtual_end = offset + size; in map_backing_store()
1211 cache->AddConsumer(newCache); in map_backing_store()
1213 cache = newCache; in map_backing_store()