Home
last modified time | relevance | path

Searched refs:SwitchFromReadLock (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/vm/
H A DVMCache.h90 inline bool SwitchFromReadLock(rw_lock* from);
276 VMCache::SwitchFromReadLock(rw_lock* from) in SwitchFromReadLock() function
/haiku/src/system/kernel/vm/
H A DVMCache.cpp577 if (!cache->SwitchFromReadLock(&sCacheListLock)) { in vm_cache_acquire_locked_page_cache()
H A Dvm.cpp2435 if (!cache->SwitchFromReadLock(&sAreaCacheLock)) { in vm_area_get_locked_cache()