Home
last modified time | relevance | path

Searched refs:linux_sched_getscheduler_args (Results 1 – 13 of 13) sorted by relevance

/src/sys/arm64/linux/
H A Dlinux_proto.h522 struct linux_sched_getscheduler_args { struct
1350 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
H A Dlinux_sysent.c137 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
H A Dlinux_systrace_args.c968 struct linux_sched_getscheduler_args *p = params; in systrace_args()
/src/sys/amd64/linux/
H A Dlinux_proto.h551 struct linux_sched_getscheduler_args { struct
1556 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
H A Dlinux_sysent.c162 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
H A Dlinux_systrace_args.c1204 struct linux_sched_getscheduler_args *p = params; in systrace_args()
/src/sys/i386/linux/
H A Dlinux_proto.h490 struct linux_sched_getscheduler_args { struct
1849 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
H A Dlinux_sysent.c174 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
H A Dlinux_systrace_args.c1093 struct linux_sched_getscheduler_args *p = params; in systrace_args()
/src/sys/amd64/linux32/
H A Dlinux32_proto.h491 struct linux_sched_getscheduler_args { struct
1855 int linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
H A Dlinux32_sysent.c175 …{ .sy_narg = AS(linux_sched_getscheduler_args), .sy_call = (sy_call_t *)linux_sched_getscheduler, …
H A Dlinux32_systrace_args.c1063 struct linux_sched_getscheduler_args *p = params; in systrace_args()
/src/sys/compat/linux/
H A Dlinux_misc.c1304 struct linux_sched_getscheduler_args *args) in linux_sched_getscheduler()