Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c457 mutex_t g_usage_cache_lock; variable
3877 (void) mutex_lock(&g_usage_cache_lock); in zsd_usage_cache_update()
3894 (void) mutex_unlock(&g_usage_cache_lock); in zsd_usage_cache_update()
3910 (void) mutex_lock(&g_usage_cache_lock); in zsd_usage_cache_rele()
3914 (void) mutex_unlock(&g_usage_cache_lock); in zsd_usage_cache_rele()
4441 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4444 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
4478 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4488 ret = cond_wait(&g_usage_cache_wait, &g_usage_cache_lock); in zsd_stat_server()
4491 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
[all …]