Searched refs:mt_cache_lock (Results 1 – 2 of 2) sorted by relevance
446 (void) mutex_lock(&cacheptr->mt_cache_lock); in free()456 (void) mutex_unlock(&cacheptr->mt_cache_lock); in free()900 (void) mutex_init(&cp->mt_cache_lock, USYNC_THREAD, NULL); in create_cache()966 (void) mutex_lock(&thiscache->mt_cache_lock); in reinit_cpu_list()969 &thiscache->mt_cache_lock); in reinit_cpu_list()974 (void) mutex_unlock(&thiscache->mt_cache_lock); in reinit_cpu_list()1083 (void) mutex_lock(&thiscache->mt_cache_lock); in malloc_internal()1126 (void) mutex_unlock(&thiscache->mt_cache_lock); in malloc_internal()1519 &thiscache->mt_cache_lock); in malloc_prepare()1540 &thiscache->mt_cache_lock); in malloc_release()
43 mutex_t mt_cache_lock; /* lock for this data structure */ member