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

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dumem_fork.c48 (void) mutex_lock(&cp->cache_depot_lock);
59 (void) mutex_unlock(&cp->cache_depot_lock);
H A Dumem.c353 * cache_depot_lock
1555 if (mutex_trylock(&cp->cache_depot_lock) != 0) {
1556 (void) mutex_lock(&cp->cache_depot_lock);
1568 (void) mutex_unlock(&cp->cache_depot_lock);
1579 (void) mutex_lock(&cp->cache_depot_lock);
1584 (void) mutex_unlock(&cp->cache_depot_lock);
1593 (void) mutex_lock(&cp->cache_depot_lock);
1598 (void) mutex_unlock(&cp->cache_depot_lock);
2133 (void) mutex_lock(&cp->cache_depot_lock);
2137 (void) mutex_unlock(&cp->cache_depot_lock);
[all...]
H A Dumem_impl.h318 mutex_t cache_depot_lock; /* protects depot */ member in struct:umem_cache
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dkmem.c2125 if (!mutex_tryenter(&cp->cache_depot_lock)) {
2126 mutex_enter(&cp->cache_depot_lock);
2138 mutex_exit(&cp->cache_depot_lock);
2149 mutex_enter(&cp->cache_depot_lock);
2154 mutex_exit(&cp->cache_depot_lock);
2163 mutex_enter(&cp->cache_depot_lock);
2168 mutex_exit(&cp->cache_depot_lock);
3103 mutex_enter(&cp->cache_depot_lock);
3106 mutex_exit(&cp->cache_depot_lock);
3309 mutex_enter(&cp->cache_depot_lock);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h51 * 3. cache_depot_lock
398 kmutex_t cache_depot_lock; /* protects depot */ member in struct:kmem_cache

Completed in 74 milliseconds