Searched refs:rctl_test (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | shm.c | 862 (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 D | fork.c | 968 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 D | ipc.c | 954 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 D | lwp.c | 131 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 D | clock.c | 1611 (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 D | msg.c | 520 rctl_test(rc_process_msgmnb, pp->p_rctls, pp, in msgctl()
|
H A D | contract.c | 329 if (canfail && rctl_test(rc_project_contract, in contract_ctor()
|
H A D | rctl.c | 2741 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 D | rctl.h | 282 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 D | sem.c | 688 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 D | port.c | 748 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 D | crypto.c | 6914 if (rctl_test(rc_project_crypto_mem, in crypto_buffer_check()
|