Searched refs:kern_getpriority (Results 1 – 3 of 3) sorted by relevance
92 return (kern_getpriority(td, uap->which, uap->who)); in sys_getpriority()96 kern_getpriority(struct thread *td, int which, int who) in kern_getpriority() function
193 int kern_getpriority(struct thread *td, int which, int who);
1531 error = kern_getpriority(td, args->which, args->who); in linux_getpriority()