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