Home
last modified time | relevance | path

Searched refs:kern_getpriority (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c95 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
/f-stack/freebsd/sys/
H A Dsyscallsubr.h163 int kern_getpriority(struct thread *td, int which, int who);