Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysconfig.c178 curproc->p_zone->zone_phys_mcap != 0) in sysconfig()
179 return (MIN(btop(curproc->p_zone->zone_phys_mcap), in sysconfig()
192 curproc->p_zone->zone_phys_mcap != 0) { in sysconfig()
197 cap = btop(curproc->p_zone->zone_phys_mcap); in sysconfig()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h522 uint64_t zone_phys_mcap; /* physical memory cap */ member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2628 zone->zone_phys_mcap = mcap; in zone_set_phys_mcap()
5629 size = sizeof (zone->zone_phys_mcap); in zone_getattr()
5633 copyout(&zone->zone_phys_mcap, buf, bufsize) != 0) in zone_getattr()