Searched refs:cc_lock (Results 1 – 5 of 5) sorted by relevance
44 (void) mutex_lock(&cp->cache_cpu[idx].cc_lock); in umem_lockup_cache()60 (void) mutex_unlock(&cp->cache_cpu[idx].cc_lock); in umem_release_cache()
1915 (void) mutex_lock(&ccp->cc_lock); in _umem_cache_alloc()1924 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_alloc()1969 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_alloc()2034 (void) mutex_lock(&ccp->cc_lock); in _umem_cache_free()2043 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_free()2081 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_free()2083 (void) mutex_lock(&ccp->cc_lock); in _umem_cache_free()2093 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_free()2095 (void) mutex_lock(&ccp->cc_lock); in _umem_cache_free()2113 (void) mutex_unlock(&ccp->cc_lock); in _umem_cache_free()[all …]
238 mutex_t cc_lock; /* protects this cpu's local cache */ member
2434 mutex_enter(&ccp->cc_lock); in kmem_cache_alloc()2443 mutex_exit(&ccp->cc_lock); in kmem_cache_alloc()2455 mutex_enter(&ccp->cc_lock); in kmem_cache_alloc()2483 mutex_exit(&ccp->cc_lock); in kmem_cache_alloc()2514 mutex_exit(&ccp->cc_lock); in kmem_cache_alloc()2600 ASSERT(MUTEX_HELD(&ccp->cc_lock)); in kmem_cpucache_magazine_alloc()2621 mutex_exit(&ccp->cc_lock); in kmem_cpucache_magazine_alloc()2623 mutex_enter(&ccp->cc_lock); in kmem_cpucache_magazine_alloc()2633 mutex_exit(&ccp->cc_lock); in kmem_cpucache_magazine_alloc()2635 mutex_enter(&ccp->cc_lock); in kmem_cpucache_magazine_alloc()[all …]
271 kmutex_t cc_lock; /* protects this cpu's local cache */ member