Searched refs:zone_rctls (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | zone.h | 471 rctl_set_t *zone_rctls; /* zone-wide (zone.*) rctls */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | shm.c | 866 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 D | rctl.c | 538 rset = p->p_zone->zone_rctls; in rctl_entity_obtain_rset() 2934 if (rctl_test_entity(rc_zone_locked_mem, zonep->zone_rctls, in rctl_incr_locked_mem() 3026 if (rctl_test_entity(rc_zone_max_swap, zone->zone_rctls, in rctl_incr_swap() 3091 if (rctl_test_entity(rc_zone_max_lofi, zone->zone_rctls, in rctl_incr_lofi()
|
H A D | zone.c | 2168 zone0.zone_rctls = rctl_set_init(RCENTITY_ZONE, &p0, &e, set, in zone_init() 2299 if (zone->zone_rctls != NULL) in zone_free() 2300 rctl_set_free(zone->zone_rctls); in zone_free() 3832 zone->zone_rctls = rctl_set_init(RCENTITY_ZONE, pp, &e, set, gp); in zsched() 4361 zone->zone_rctls = NULL; in zone_create() 5944 (void) rctl_set_dup(NULL, NULL, pp, &e, zone->zone_rctls, NULL, in zone_enter()
|
H A D | ipc.c | 956 (rctl_test(service->ipcs_zone_rctl, pp->p_zone->zone_rctls, in ipc_alloc_test()
|
H A D | fork.c | 965 if (rctl_test(rc_zone_nprocs, zone->zone_rctls, in getproc()
|
H A D | lwp.c | 142 if (rctl_test(rc_zone_nlwps, p->p_zone->zone_rctls, p, in lwp_create()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | rctl.c | 277 set = (uintptr_t)zone.zone_rctls; in rctl_list()
|