kern_getpriority
error = kern_getpriority(td, args->which, args->who);
return (kern_getpriority(td, uap->which, uap->who));
int kern_getpriority(struct thread *td, int which, int who);