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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h260 kmutex_t rhc_lock; /* lock for structure */ member in struct:tsol_tnrhc
276 mutex_enter(&(a)->rhc_lock); \
279 mutex_exit(&(a)->rhc_lock); \
282 mutex_enter(&(a)->rhc_lock); \
287 mutex_exit(&(a)->rhc_lock); \
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c185 mutex_exit(&tnrhc->rhc_lock);
186 mutex_destroy(&tnrhc->rhc_lock);
268 mutex_enter(&current->rhc_lock);
271 mutex_exit(&current->rhc_lock);
430 mutex_init(&new->rhc_lock, NULL, MUTEX_DEFAULT, NULL);
1158 mutex_init(&new->rhc_lock, NULL, MUTEX_DEFAULT, NULL);
1250 mutex_init(&rh->rhc_lock, NULL, MUTEX_DEFAULT, NULL);

Completed in 61 milliseconds