Searched refs:kern_setpriority (Results 1 – 2 of 2) sorted by relevance
184 return (kern_setpriority(td, uap->which, uap->who, uap->prio)); in sys_setpriority()188 kern_setpriority(struct thread *td, int which, int who, int prio) in kern_setpriority() function
277 int kern_setpriority(struct thread *td, int which, int who, int prio);