Searched refs:refreshq_lock (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | snmplib.c | 129 static mutex_t refreshq_lock; variable 177 (void) mutex_init(&refreshq_lock, USYNC_THREAD, NULL); in libpiclsnmp_init() 1416 (void) mutex_lock(&refreshq_lock); in refreshq_add_job() 1424 (void) mutex_unlock(&refreshq_lock); in refreshq_add_job() 1440 (void) mutex_unlock(&refreshq_lock); in refreshq_add_job() 1456 (void) mutex_unlock(&refreshq_lock); in refreshq_add_job() 1480 (void) mutex_unlock(&refreshq_lock); in refreshq_add_job() 1495 (void) mutex_lock(&refreshq_lock); in snmp_refresh_init() 1499 (void) mutex_unlock(&refreshq_lock); in snmp_refresh_init() 1511 (void) mutex_lock(&refreshq_lock); in snmp_refresh_fini() [all …]
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 124 static kmutex_t refreshq_lock; variable 175 mutex_init(&refreshq_lock, NULL, MUTEX_DEFAULT, NULL); in nfsauth_init() 206 mutex_enter(&refreshq_lock); in nfsauth_fini() 215 cv_wait(&refreshq_cv, &refreshq_lock); in nfsauth_fini() 218 mutex_exit(&refreshq_lock); in nfsauth_fini() 242 mutex_destroy(&refreshq_lock); in nfsauth_fini() 602 CALLB_CPR_INIT(&cprinfo, &refreshq_lock, callb_generic_cpr, in nfsauth_refresh_thread() 606 mutex_enter(&refreshq_lock); in nfsauth_refresh_thread() 615 cv_wait(&refreshq_cv, &refreshq_lock); in nfsauth_refresh_thread() 616 CALLB_CPR_SAFE_END(&cprinfo, &refreshq_lock); in nfsauth_refresh_thread() [all …]
|