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

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

Completed in 97 milliseconds