Home
last modified time | relevance | path

Searched refs:cache_depot_lock (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libumem/common/
H A Dumem_fork.c48 (void) mutex_lock(&cp->cache_depot_lock); in umem_lockup_cache()
59 (void) mutex_unlock(&cp->cache_depot_lock); in umem_release_cache()
H A Dumem.c1818 if (mutex_trylock(&cp->cache_depot_lock) != 0) { in umem_depot_alloc()
1819 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_alloc()
1831 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_alloc()
1842 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_free()
1847 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_free()
1856 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_ws_update()
1861 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_ws_update()
2396 (void) mutex_lock(&cp->cache_depot_lock); in umem_cache_magazine_resize()
2400 (void) mutex_unlock(&cp->cache_depot_lock); in umem_cache_magazine_resize()
2490 (void) mutex_lock(&cp->cache_depot_lock); in umem_cache_update()
[all …]
H A Dumem_impl.h321 mutex_t cache_depot_lock; /* protects depot */ member
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c2126 if (!mutex_tryenter(&cp->cache_depot_lock)) { in kmem_depot_alloc()
2127 mutex_enter(&cp->cache_depot_lock); in kmem_depot_alloc()
2139 mutex_exit(&cp->cache_depot_lock); in kmem_depot_alloc()
2150 mutex_enter(&cp->cache_depot_lock); in kmem_depot_free()
2155 mutex_exit(&cp->cache_depot_lock); in kmem_depot_free()
2164 mutex_enter(&cp->cache_depot_lock); in kmem_depot_ws_update()
2169 mutex_exit(&cp->cache_depot_lock); in kmem_depot_ws_update()
2179 mutex_enter(&cp->cache_depot_lock); in kmem_depot_ws_zero()
2184 mutex_exit(&cp->cache_depot_lock); in kmem_depot_ws_zero()
3058 mutex_enter(&cp->cache_depot_lock); in kmem_cache_reap()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h405 kmutex_t cache_depot_lock; /* protects depot */ member