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,
865 (rctl_test(rc_zone_shmmax,
922 if ((rctl_test(rc_project_shmmax,
925 (rctl_test(rc_zone_shmmax,
H A Dfork.c967 if (rctl_test(rc_task_nprocs, task->tk_rctls,
972 if (rctl_test(rc_project_nprocs, proj->kpj_rctls,
977 if (rctl_test(rc_zone_nprocs, zone->zone_rctls,
H A Dipc.c954 if ((rctl_test(service->ipcs_proj_rctl, pp->p_task->tk_proj->kpj_rctls,
956 (rctl_test(service->ipcs_zone_rctl, pp->p_zone->zone_rctls,
H A Dlwp.c132 if (rctl_test(rc_task_lwps, p->p_task->tk_rctls, p,
137 if (rctl_test(rc_project_nlwps,
142 if (rctl_test(rc_zone_nlwps, p->p_zone->zone_rctls, p,
H A Dclock.c1607 (void) rctl_test(rctlproc_legacy[RLIMIT_CPU], pp->p_rctls, pp,
1623 (void) rctl_test(rc_task_cpu_time, pp->p_task->tk_rctls,
H A Dmsg.c520 rctl_test(rc_process_msgmnb, pp->p_rctls, pp,
H A Dcontract.c326 if (canfail && rctl_test(rc_project_contract,
H A Drctl.c116 * rctl_test()
117 * You must provide a test callback if you are using the rctl_test()
2668 * Actions taken, according to the rctl_test bitmask.
2728 * int rctl_test(rctl_hndl_t, rctl_set_t *, struct proc *, rctl_qty_t, uint_t)
2736 * Actions taken, according to the rctl_test bitmask.
2743 rctl_test(rctl_hndl_t rhndl, rctl_set_t *rset, struct proc *p, function
2790 * If we have been called by rctl_test, look up the entity pointer
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h128 * rctl_test return bitfield
144 * rctl_action/rctl_test action safety states
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 Dsem.c688 if (nsems <= 0 || (rctl_test(rc_process_semmsl, pp->p_rctls, pp,
721 if (rctl_test(rc_process_semmsl, pp->p_rctls, pp, nsems,
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c745 if (rctl_test(rc_project_portids, p->p_task->tk_proj->kpj_rctls, p,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c6752 if (rctl_test(rc_project_crypto_mem,

Completed in 118 milliseconds