Home
last modified time | relevance | path

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

/haiku/src/system/kernel/vm/
H A DVMCache.cpp851 VMCache* oldCache = page->Cache(); in MovePage() local
854 oldCache->AssertLocked(); in MovePage()
857 oldCache->pages.Remove(page); in MovePage()
858 oldCache->page_count--; in MovePage()
859 T2(RemovePage(oldCache, page)); in MovePage()
871 oldCache->DecrementWiredPagesCount(); in MovePage()
H A DVMAddressSpaceLocking.cpp556 VMCache* oldCache = cache; in AddAreaCacheAndLock() local
561 if (cache == oldCache && firstArea == cache->areas) { in AddAreaCacheAndLock()