Lines Matching defs:rctls
162 * related to the zone.max-locked-memory and zone.max-swap rctls.
163 * zone_rctl_lock: This is a per-zone lock used to protect other rctls,
3837 * Apply the rctls passed in to zone_create(). This is basically a list
4094 * We make creative use of nvlists to pass in rctls from userland. The list is
4250 * and initialized with the zone-wide rctls described in 'rctlbuf', and
4265 nvlist_t *rctls = NULL;
4359 * Zsched initializes the rctls.
4363 if ((error = parse_rctls(rctlbuf, rctlbufsz, &rctls)) != 0) {
4405 nvlist_free(rctls);
4415 nvlist_free(rctls);
4507 zarg.nvlist = rctls;
4509 * The process, task, and project rctls are probably wrong;
4510 * we need an interface to get the default values of all rctls,
4560 nvlist_free(rctls);
4575 nvlist_free(rctls);
5660 * zone-wide rctls, and pool association to match those of the zone.