Searched refs:linux_sched_getscheduler (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 137 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
|
H A D | linux_proto.h | 1350 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1306 linux_sched_getscheduler(struct thread *td, in linux_sched_getscheduler() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 174 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
|
H A D | linux_proto.h | 1849 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 162 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
|
H A D | linux_proto.h | 1556 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 175 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
|
H A D | linux32_proto.h | 1855 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
|