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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c41 zone_t zone0 = { variable
49 return (&zone0);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c304 * The global zone (aka zone0) is the all-seeing, all-knowing zone in which the
307 * Although not declared as static, the variable "zone0" should not be used
312 zone_t zone0; variable
2044 * portions of zone0 which may be used before zone_init() is called. The
2045 * variable "global_zone" will be set when zone0 is fully initialized by
2060 mutex_init(&zone0.zone_lock, NULL, MUTEX_DEFAULT, NULL);
2061 mutex_init(&zone0.zone_nlwps_lock, NULL, MUTEX_DEFAULT, NULL);
2062 mutex_init(&zone0.zone_mem_lock, NULL, MUTEX_DEFAULT, NULL);
2063 zone0.zone_shares = 1;
2064 zone0
[all...]

Completed in 65 milliseconds