Home
last modified time | relevance | path

Searched refs:rctl_test (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dshm.c862 (rctl_test(rc_project_shmmax, in shmget()
865 (rctl_test(rc_zone_shmmax, in shmget()
922 if ((rctl_test(rc_project_shmmax, in shmget()
925 (rctl_test(rc_zone_shmmax, in shmget()
H A Dfork.c968 if (rctl_test(rc_task_nprocs, task->tk_rctls, in getproc()
973 if (rctl_test(rc_project_nprocs, proj->kpj_rctls, in getproc()
978 if (rctl_test(rc_zone_nprocs, zone->zone_rctls, in getproc()
H A Dipc.c954 if ((rctl_test(service->ipcs_proj_rctl, pp->p_task->tk_proj->kpj_rctls, in ipc_alloc_test()
956 (rctl_test(service->ipcs_zone_rctl, pp->p_zone->zone_rctls, in ipc_alloc_test()
H A Dlwp.c131 if (rctl_test(rc_task_lwps, p->p_task->tk_rctls, p, in lwp_create()
136 if (rctl_test(rc_project_nlwps, in lwp_create()
141 if (rctl_test(rc_zone_nlwps, p->p_zone->zone_rctls, p, in lwp_create()
H A Dclock.c1611 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp, in clock_tick()
1627 (void) rctl_test(rc_task_cpu_time, pp->p_task->tk_rctls, in clock_tick()
H A Dmsg.c520 rctl_test(rc_process_msgmnb, pp->p_rctls, pp, in msgctl()
H A Dcontract.c329 if (canfail && rctl_test(rc_project_contract, in contract_ctor()
H A Drctl.c2741 rctl_test(rctl_hndl_t rhndl, rctl_set_t *rset, struct proc *p, in rctl_test() function
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h282 int rctl_test(rctl_hndl_t, rctl_set_t *, struct proc *, rctl_qty_t, uint_t);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c688 if (nsems <= 0 || (rctl_test(rc_process_semmsl, pp->p_rctls, pp, in semget()
721 if (rctl_test(rc_process_semmsl, pp->p_rctls, pp, nsems, in semget()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c748 if (rctl_test(rc_project_portids, p->p_task->tk_proj->kpj_rctls, p, in port_create()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c6914 if (rctl_test(rc_project_crypto_mem, in crypto_buffer_check()