Lines Matching refs:max

194 	uint64_t	zsp_max;	/* configured max in this interval */
195 int64_t zsp_importance; /* configured max in this interval */
957 uint64_t size, uint64_t min, uint64_t max, int64_t importance)
976 pset->zsp_max = max;
1669 uint64_t *min, uint64_t *max, int64_t *importance)
1718 * Old school pset. Just make min and max equal
1736 *max = num;
1773 /* Get size, min, max, and importance */
1781 /* Get size, min, max, and importance */
1792 pset), "pset.max", vals[0]) == POC_UINT &&
1794 *max = uint64;
1796 *max = ZS_LIMIT_NONE;
1798 if (*max >= ZSD_PSET_UNLIMITED)
1799 *max = ZS_LIMIT_NONE;
1880 uint64_t online, size, min, max;
2001 &cputype, &online, &size, &min, &max, &importance)
2018 max, importance);
2285 vals[i++] = zsd_get_zone_rctl_limit("zone.max-locked-memory");
2286 vals[i++] = zsd_get_zone_rctl_limit("zone.max-swap");
2287 vals[i++] = zsd_get_zone_rctl_limit("zone.max-processes");
2288 vals[i++] = zsd_get_zone_rctl_usage("zone.max-processes");
2289 vals[i++] = zsd_get_zone_rctl_limit("zone.max-lwps");
2290 vals[i++] = zsd_get_zone_rctl_usage("zone.max-lwps");
2291 vals[i++] = zsd_get_zone_rctl_limit("zone.max-shm-memory");
2292 vals[i++] = zsd_get_zone_rctl_usage("zone.max-shm-memory");
2293 vals[i++] = zsd_get_zone_rctl_limit("zone.max-shm-ids");
2294 vals[i++] = zsd_get_zone_rctl_usage("zone.max-shm-ids");
2295 vals[i++] = zsd_get_zone_rctl_limit("zone.max-sem-ids");
2296 vals[i++] = zsd_get_zone_rctl_usage("zone.max-sem-ids");
2297 vals[i++] = zsd_get_zone_rctl_limit("zone.max-msg-ids");
2298 vals[i++] = zsd_get_zone_rctl_usage("zone.max-msg-ids");
2299 vals[i++] = zsd_get_zone_rctl_limit("zone.max-lofi");
2300 vals[i++] = zsd_get_zone_rctl_usage("zone.max-lofi");
4161 zsd_warn(gettext("Unable to determine max path of /proc"));
4203 system->zss_processes_max = zsd_get_system_rctl("zone.max-processes");
4204 system->zss_lwps_max = zsd_get_system_rctl("zone.max-lwps");
4205 system->zss_shm_max = zsd_get_system_rctl("zone.max-shm-memory");
4206 system->zss_shmids_max = zsd_get_system_rctl("zone.max-shm-ids");
4207 system->zss_semids_max = zsd_get_system_rctl("zone.max-sem-ids");
4208 system->zss_msgids_max = zsd_get_system_rctl("zone.max-msg-ids");
4209 system->zss_lofi_max = zsd_get_system_rctl("zone.max-lofi");