Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_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
/freebsd-14-stable/sys/sys/
HDsyscallsubr.h193 int kern_getpriority(struct thread *td, int which, int who);
/freebsd-14-stable/sys/compat/linux/
HDlinux_misc.c1513 error = kern_getpriority(td, args->which, args->who); in linux_getpriority()