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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h56 typedef struct zone_ref { struct
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h359 * zone_ref represents a general-purpose references to a zone. Each zone's
363 typedef struct zone_ref { struct
436 * zone_ref
452 uint_t zone_ref; /* count of zone_hold()s on zone */ member in struct:zone
456 * The sum of all of the counts must be less than or equal to zone_ref.
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c176 zn.zone_ref, zn.zone_cred_ref, name);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c107 * ZONE_IS_FREE (internal state): zone_ref goes to 0, ZSD destructor
2084 zone0.zone_ref = 1;
2378 ASSERT(zone->zone_ref == 0);
2732 * structures (zone_cred_ref), and one (zone_ref) for everything else.
2735 * implicitly results in cached creds). We wait for zone_ref to drop to
2747 * references are represented by "crumbs" (zone_ref structures). Crumbs help
2758 z->zone_ref++;
2759 ASSERT(z->zone_ref != 0);
2783 #define ZONE_IS_UNREF(zone) ((zone)->zone_ref == 1 && \
2800 ASSERT(z->zone_ref !
[all...]

Completed in 56 milliseconds