kern_setpriority
return (kern_setpriority(td, PRIO_PROCESS, 0, args->inc));
return (kern_setpriority(td, uap->which, uap->who, uap->prio));
int kern_setpriority(struct thread *td, int which, int who, int prio);