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

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c59 /* Compute max, treating ZS_LIMIT_NONE as zero */
61 if ((b) != ZS_LIMIT_NONE) { \
62 if ((a) == ZS_LIMIT_NONE) \
69 /* Add two caps together, treating ZS_LIMIT_NONE as zero */
71 if ((b) != ZS_LIMIT_NONE) { \
72 if ((a) == ZS_LIMIT_NONE) \
778 return (ZS_LIMIT_NONE);
792 if (zone->zsz_cpu_cap == ZS_LIMIT_NONE)
793 return (ZS_LIMIT_NONE);
802 if (zone->zsz_cpu_shares == ZS_LIMIT_NONE)
[all...]
H A Dzonestat.h51 #define ZS_LIMIT_NONE (UINT64_MAX) macro
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c860 zone->zsz_cpu_shares = ZS_LIMIT_NONE;
861 zone->zsz_cpu_cap = ZS_LIMIT_NONE;
862 zone->zsz_ram_cap = ZS_LIMIT_NONE;
863 zone->zsz_locked_cap = ZS_LIMIT_NONE;
864 zone->zsz_vm_cap = ZS_LIMIT_NONE;
866 zone->zsz_processes_cap = ZS_LIMIT_NONE;
867 zone->zsz_lwps_cap = ZS_LIMIT_NONE;
868 zone->zsz_shm_cap = ZS_LIMIT_NONE;
869 zone->zsz_shmids_cap = ZS_LIMIT_NONE;
870 zone->zsz_semids_cap = ZS_LIMIT_NONE;
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1073 if (cap == ZS_LIMIT_NONE)
1136 if (resa == ZS_LIMIT_NONE)
1139 if (resb == ZS_LIMIT_NONE)
1157 if (resa == ZS_LIMIT_NONE)
1161 if (resb == ZS_LIMIT_NONE)
1258 if (resa == ZS_LIMIT_NONE)
1263 if (resb == ZS_LIMIT_NONE)
1282 if (resa == ZS_LIMIT_NONE)
1287 if (resb == ZS_LIMIT_NONE)
1499 name, zonename, used, pct, ZS_LIMIT_NONE, ZS_PCT_NON
[all...]

Completed in 84 milliseconds