Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c122 static mutex_t cache_refresh_lock; variable
354 (void) mutex_init(&cache_refresh_lock, USYNC_THREAD, NULL); in snmpplugin_init()
362 (void) mutex_destroy(&cache_refresh_lock); in snmpplugin_init()
1922 (void) mutex_lock(&cache_refresh_lock); in cache_refresher()
1962 &cache_refresh_lock, &to); in cache_refresher()
1970 (void) mutex_unlock(&cache_refresh_lock); in cache_refresher()
1993 (void) mutex_lock(&cache_refresh_lock); in cache_refresher_fini()
1996 (void) mutex_unlock(&cache_refresh_lock); in cache_refresher_fini()
2003 (void) mutex_destroy(&cache_refresh_lock); in cache_refresher_fini()