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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c277 static kcondvar_t zone_destroy_cv; variable
280 * but then we'd need another lock for zone_destroy_cv, and why bother?
2823 cv_broadcast(&zone_destroy_cv);
2942 cv_broadcast(&zone_destroy_cv);
5253 * zone_destroy_cv. zone_destroy_cv is signaled only when
5256 * on zone_destroy_cv, then log the zone's reference counts and
5263 * zone_destroy_cv yet. Wait wait_time clock
5269 &zone_destroy_cv, &zonehash_lock, wait_time,
5275 * zone_destroy_cv befor
[all...]

Completed in 58 milliseconds