Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c181 return (kern_setpriority(td, uap->which, uap->who, uap->prio)); in sys_setpriority()
185 kern_setpriority(struct thread *td, int which, int who, int prio) in kern_setpriority() function
/freebsd/sys/sys/
H A Dsyscallsubr.h330 int kern_setpriority(struct thread *td, int which, int who, int prio);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1024 return (kern_setpriority(td, PRIO_PROCESS, 0, args->inc)); in linux_nice()