Home
last modified time | relevance | path

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

/AOO42X/main/sal/rtl/source/
H A Dalloc_cache.c800 RTL_MEMORY_LOCK_RELEASE(&(cache->m_depot_lock)); in rtl_cache_depot_populate()
802 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_depot_lock)); in rtl_cache_depot_populate()
837 (void)RTL_MEMORY_LOCK_INIT(&(cache->m_depot_lock)); in rtl_cache_constructor()
863 (void)RTL_MEMORY_LOCK_DESTROY(&(cache->m_depot_lock)); in rtl_cache_destructor()
1224 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_depot_lock)); in rtl_cache_alloc()
1244 RTL_MEMORY_LOCK_RELEASE(&(cache->m_depot_lock)); in rtl_cache_alloc()
1272 RTL_MEMORY_LOCK_RELEASE(&(cache->m_depot_lock)); in rtl_cache_alloc()
1299 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_depot_lock)); in rtl_cache_free()
1314 RTL_MEMORY_LOCK_RELEASE(&(cache->m_depot_lock)); in rtl_cache_free()
1347 RTL_MEMORY_LOCK_RELEASE(&(cache->m_depot_lock)); in rtl_cache_free()
[all …]
H A Dalloc_cache.h159 rtl_memory_lock_type m_depot_lock; member