Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c455 mutex_t g_usage_cache_lock; variable
3871 (void) mutex_lock(&g_usage_cache_lock); in zsd_usage_cache_update()
3888 (void) mutex_unlock(&g_usage_cache_lock); in zsd_usage_cache_update()
3904 (void) mutex_lock(&g_usage_cache_lock); in zsd_usage_cache_rele()
3908 (void) mutex_unlock(&g_usage_cache_lock); in zsd_usage_cache_rele()
4417 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4420 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
4454 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4464 ret = cond_wait(&g_usage_cache_wait, &g_usage_cache_lock); in zsd_stat_server()
4467 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
[all …]