Searched refs:PC_DONICE (Results 1 – 3 of 3) sorted by relevance
142 if (priocntl(idtype, id, PC_DONICE, &pcnice) == -1) in getpriority()184 ret = priocntl(idtype, id, PC_DONICE, &pcnice); in setpriority()202 if (priocntl(idtype, id, PC_DONICE, &gpcnice) == 0 && in setpriority()
60 #define PC_DONICE 6 /* Set or get nice value */ macro
672 case PC_DONICE: in priocntl_common()