Searched refs:sys_setpriority (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_misc.c | 920 if ((error = sys_setpriority(td, &sa)) != 0) in ibcs2_nice()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 160 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_resource.c | 176 sys_setpriority(struct thread *td, struct setpriority_args *uap) in sys_setpriority() function
|
| H A D | init_sysent.c | 148 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 161 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 117 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 117 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1326 return (sys_setpriority(td, &bsd_args)); in linux_nice()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 155 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1864 int sys_setpriority(struct thread *, struct setpriority_args *);
|