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()
4416 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4419 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
4453 (void) mutex_lock(&g_usage_cache_lock); in zsd_stat_server()
4463 ret = cond_wait(&g_usage_cache_wait, &g_usage_cache_lock); in zsd_stat_server()
4466 (void) mutex_unlock(&g_usage_cache_lock); in zsd_stat_server()
[all …]