Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c122 static mutex_t refreshq_lock; variable
1357 (void) mutex_lock(&refreshq_lock); in refreshq_add_job()
1421 (void) mutex_unlock(&refreshq_lock); in refreshq_add_job()
1436 (void) mutex_lock(&refreshq_lock); in snmp_refresh_init()
1440 (void) mutex_unlock(&refreshq_lock); in snmp_refresh_init()
1452 (void) mutex_lock(&refreshq_lock); in snmp_refresh_fini()
1461 (void) mutex_unlock(&refreshq_lock); in snmp_refresh_fini()
1477 (void) mutex_lock(&refreshq_lock); in snmp_refresh_get_next_expiration()
1492 (void) mutex_unlock(&refreshq_lock); in snmp_refresh_get_next_expiration()
1511 (void) mutex_lock(&refreshq_lock); in snmp_refresh_get_cycle_hint()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c145 kmutex_t refreshq_lock; member
233 mutex_enter(&nag->refreshq_lock); in nfsauth_zone_shutdown()
240 cv_wait(&nag->refreshq_cv, &nag->refreshq_lock); in nfsauth_zone_shutdown()
242 mutex_exit(&nag->refreshq_lock); in nfsauth_zone_shutdown()
274 mutex_destroy(&nag->refreshq_lock); in nfsauth_zone_fini()
639 mutex_enter(&nag->refreshq_lock); in nfsauth_refresh_thread()
648 cv_wait(&nag->refreshq_cv, &nag->refreshq_lock); in nfsauth_refresh_thread()
650 mutex_exit(&nag->refreshq_lock); in nfsauth_refresh_thread()
653 mutex_exit(&nag->refreshq_lock); in nfsauth_refresh_thread()
1129 mutex_enter(&nag->refreshq_lock); in nfsauth_cache_get()
[all …]