Home
last modified time | relevance | path

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

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