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

/osnet-11/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.h314 mutex_t cache_depot_lock; /* protects depot */ member in struct:umem_cache

Completed in 26 milliseconds