Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_fork.c46 (void) mutex_lock(&cp->cache_depot_lock); in umem_lockup_cache()
57 (void) mutex_unlock(&cp->cache_depot_lock); in umem_release_cache()
H A Dumem.c1823 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_alloc()
1835 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_alloc()
1846 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_free()
1851 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_free()
1860 (void) mutex_lock(&cp->cache_depot_lock); in umem_depot_ws_update()
1865 (void) mutex_unlock(&cp->cache_depot_lock); in umem_depot_ws_update()
2400 (void) mutex_lock(&cp->cache_depot_lock); in umem_cache_magazine_resize()
2404 (void) mutex_unlock(&cp->cache_depot_lock); in umem_cache_magazine_resize()
2494 (void) mutex_lock(&cp->cache_depot_lock); in umem_cache_update()
2503 (void) mutex_unlock(&cp->cache_depot_lock); in umem_cache_update()
[all …]
H A Dumem_impl.h324 mutex_t cache_depot_lock; /* protects depot */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2103 mutex_exit(&cp->cache_depot_lock); in kmem_depot_alloc()
2114 mutex_enter(&cp->cache_depot_lock); in kmem_depot_free()
2119 mutex_exit(&cp->cache_depot_lock); in kmem_depot_free()
2128 mutex_enter(&cp->cache_depot_lock); in kmem_depot_ws_update()
2133 mutex_exit(&cp->cache_depot_lock); in kmem_depot_ws_update()
2143 mutex_enter(&cp->cache_depot_lock); in kmem_depot_ws_zero()
2148 mutex_exit(&cp->cache_depot_lock); in kmem_depot_ws_zero()
3315 mutex_exit(&cp->cache_depot_lock); in kmem_cache_magazine_resize()
3406 mutex_enter(&cp->cache_depot_lock); in kmem_cache_update()
3415 mutex_exit(&cp->cache_depot_lock); in kmem_cache_update()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h404 kmutex_t cache_depot_lock; /* protects depot */ member