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