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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c198 static kmutex_t kcage_throttle_mutex; /* protects kcage_throttle_cv */
199 static kcondvar_t kcage_throttle_cv; variable
1148 cv_broadcast(&kcage_throttle_cv);
1239 cv_wait(&kcage_throttle_cv, &kcage_throttle_mutex);
1288 cv_broadcast(&kcage_throttle_cv);
1824 cv_broadcast(&kcage_throttle_cv);
1868 cv_broadcast(&kcage_throttle_cv);

Completed in 45 milliseconds