Searched refs:linux_nice (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1263 linux_nice(struct thread *td, struct linux_nice_args *args) in linux_nice() function
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 54 …{ .sy_narg = AS(linux_nice_args), .sy_call = (sy_call_t *)linux_nice, .sy_auevent = AUE_NICE, .sy_…
|
| H A D | linux32_proto.h | 1668 int linux_nice(struct thread *, struct linux_nice_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 54 …{ .sy_narg = AS(linux_nice_args), .sy_call = (sy_call_t *)linux_nice, .sy_auevent = AUE_NICE, .sy_…
|
| H A D | linux_proto.h | 1662 int linux_nice(struct thread *, struct linux_nice_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 54 …{ .sy_narg = AS(linux_nice_args), .sy_call = (sy_call_t *)linux_nice, .sy_auevent = AUE_NICE, .sy_…
|
| H A D | linux_proto.h | 1252 int linux_nice(struct thread *, struct linux_nice_args *);
|