Home
last modified time | relevance | path

Searched refs:ZONE_IS_UNREF (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2808 #define ZONE_IS_UNREF(zone) ((zone)->zone_ref == 1 && \ macro
2839 wakeup = (ZONE_IS_UNREF(z) && zone_status_get(z) >= ZONE_IS_DEAD); in zone_rele_common()
2957 wakeup = (zone_wait_for_cred && ZONE_IS_UNREF(z) && in zone_cred_rele()
5266 unref = ZONE_IS_UNREF(zone); in zone_destroy()