Searched defs:refreshq_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c129 static mutex_t refreshq_lock; variable
177 (void) mutex_init(&refreshq_lock, USYNC_THREAD, NULL);
1327 * hold refreshq_lock mutex. Every expansion of the refreshq will add
1416 (void) mutex_lock(&refreshq_lock);
1424 (void) mutex_unlock(&refreshq_lock);
1440 (void) mutex_unlock(&refreshq_lock);
1456 (void) mutex_unlock(&refreshq_lock);
1480 (void) mutex_unlock(&refreshq_lock);
1495 (void) mutex_lock(&refreshq_lock);
1499 (void) mutex_unlock(&refreshq_lock);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c127 static kmutex_t refreshq_lock; variable
178 mutex_init(&refreshq_lock, NULL, MUTEX_DEFAULT, NULL);
209 mutex_enter(&refreshq_lock);
218 cv_wait(&refreshq_cv, &refreshq_lock);
221 mutex_exit(&refreshq_lock);
245 mutex_destroy(&refreshq_lock);
602 CALLB_CPR_INIT(&cprinfo, &refreshq_lock, callb_generic_cpr,
606 mutex_enter(&refreshq_lock);
615 cv_wait(&refreshq_cv, &refreshq_lock);
616 CALLB_CPR_SAFE_END(&cprinfo, &refreshq_lock);
[all...]

Completed in 76 milliseconds