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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c201 static kmutex_t kcage_cageout_mutex; /* protects cv and ready flag */ variable
1106 mutex_enter(&kcage_cageout_mutex);
1140 mutex_exit(&kcage_cageout_mutex);
1684 CALLB_CPR_INIT(&cprinfo, &kcage_cageout_mutex,
1687 mutex_enter(&kcage_cageout_mutex);
1702 cv_wait(&kcage_cageout_cv, &kcage_cageout_mutex);
1703 CALLB_CPR_SAFE_END(&cprinfo, &kcage_cageout_mutex);
1838 if (mutex_tryenter(&kcage_cageout_mutex)) {
1854 mutex_exit(&kcage_cageout_mutex);

Completed in 382 milliseconds