Home
last modified time | relevance | path

Searched refs:zone_rctls (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h495 rctl_set_t *zone_rctls; /* zone-wide (zone.*) rctls */ member
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c538 rset = p->p_zone->zone_rctls; in rctl_entity_obtain_rset()
2932 if (rctl_test_entity(rc_zone_locked_mem, zonep->zone_rctls, in rctl_incr_locked_mem()
3024 if (rctl_test_entity(rc_zone_max_swap, zone->zone_rctls, in rctl_incr_swap()
3089 if (rctl_test_entity(rc_zone_max_lofi, zone->zone_rctls, in rctl_incr_lofi()
H A Dshm.c866 pp->p_zone->zone_rctls, pp, rsize, in shmget()
926 sp->shm_perm.ipc_zone_ref.zref_zone->zone_rctls, pp, rsize, in shmget()
H A Dzone.c2276 zone0.zone_rctls = rctl_set_init(RCENTITY_ZONE, &p0, &e, set, in zone_init()
2428 if (zone->zone_rctls != NULL) in zone_free()
2429 rctl_set_free(zone->zone_rctls); in zone_free()
3990 zone->zone_rctls = rctl_set_init(RCENTITY_ZONE, pp, &e, set, gp); in zsched()
4577 zone->zone_rctls = NULL; in zone_create()
6180 (void) rctl_set_dup(NULL, NULL, pp, &e, zone->zone_rctls, NULL, in zone_enter()
H A Dipc.c956 (rctl_test(service->ipcs_zone_rctl, pp->p_zone->zone_rctls, in ipc_alloc_test()
H A Dfork.c978 if (rctl_test(rc_zone_nprocs, zone->zone_rctls, in getproc()
H A Dlwp.c141 if (rctl_test(rc_zone_nlwps, p->p_zone->zone_rctls, p, in lwp_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c275 set = (uintptr_t)zone.zone_rctls; in rctl_list()