Home
last modified time | relevance | path

Searched refs:CL_DONICE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dnice.c60 err = CL_DONICE(t, CRED(), niceness, &retval); in nice()
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h211 #define CL_DONICE(t, cr, inc, ret) \ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c931 if ((error = CL_DONICE(tp, CRED(), 0, &nice)) != 0) in setthreadnice()
949 error = CL_DONICE(tp, CRED(), inc, &inc); in setthreadnice()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1576 retval = CL_DONICE(t, NULL, 0, &niceval); in oprgetpsinfo32()
3387 retval = CL_DONICE(t, NULL, 0, &niceval); in oprgetpsinfo()
H A Dprcontrol.c1704 err = CL_DONICE(t, cr, nice, (int *)NULL); in pr_nice()
H A Dprsubr.c3314 retval = CL_DONICE(t, NULL, 0, &niceval); in prgetlwpsinfo()
3380 retval = CL_DONICE(t, NULL, 0, &niceval); in prgetlwpsinfo32()