Searched refs:kern_setpriority (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_resource.c | 181 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 D | syscallsubr.h | 330 int kern_setpriority(struct thread *td, int which, int who, int prio);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1024 return (kern_setpriority(td, PRIO_PROCESS, 0, args->inc)); in linux_nice()
|