Home
last modified time | relevance | path

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

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