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

/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp540 VMCache* oldCache = cache; local
545 if (cache == oldCache && firstArea == cache->areas) {
H A DVMCache.cpp866 VMCache* oldCache = page->Cache(); local
869 oldCache->AssertLocked();
872 oldCache->pages.Remove(page);
873 oldCache->page_count--;
874 T2(RemovePage(oldCache, page));
886 oldCache->DecrementWiredPagesCount();

Completed in 17 milliseconds