Home
last modified time | relevance | path

Searched refs:rctl_local_insert (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c1718 rctl_local_insert(rctl_hndl_t hndl, rctl_val_t *val, struct proc *p) in rctl_local_insert() function
H A Dzone.c4042 if (rctl_local_insert(hndl, nvalp, pp) != 0) in zsched()
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h315 int rctl_local_insert(rctl_hndl_t, rctl_val_t *, struct proc *p);
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c722 if (ret = rctl_local_insert(hndl, nval, pp)) { in rctlsys_set()