Home
last modified time | relevance | path

Searched refs:PC_DONICE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsetpriority.c140 if (priocntl(idtype, id, PC_DONICE, &pcnice) == -1) in getpriority()
182 ret = priocntl(idtype, id, PC_DONICE, &pcnice); in setpriority()
200 if (priocntl(idtype, id, PC_DONICE, &gpcnice) == 0 && in setpriority()
/illumos-gate/usr/src/uts/common/sys/
H A Dpriocntl.h60 #define PC_DONICE 6 /* Set or get nice value */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c673 case PC_DONICE: in priocntl_common()