Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/linux/
Dlinux_sysent.c147 …{ AS(linux_sched_rr_get_interval_args), (sy_call_t *)linux_sched_rr_get_interval, AUE_SCHED_RR_GET…
Dlinux_proto.h501 struct linux_sched_rr_get_interval_args { struct
1173 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
Dlinux_systrace_args.c952 struct linux_sched_rr_get_interval_args *p = params; in systrace_args()
/freebsd-12-stable/sys/amd64/linux/
Dlinux_sysent.c168 …{ AS(linux_sched_rr_get_interval_args), (sy_call_t *)linux_sched_rr_get_interval, AUE_SCHED_RR_GET…
Dlinux_proto.h552 struct linux_sched_rr_get_interval_args { struct
1399 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
Dlinux_systrace_args.c1225 struct linux_sched_rr_get_interval_args *p = params; in systrace_args()
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysent.c181 …{ AS(linux_sched_rr_get_interval_args), (sy_call_t *)linux_sched_rr_get_interval, AUE_SCHED_RR_GET…
Dlinux32_proto.h497 struct linux_sched_rr_get_interval_args { struct
1654 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
Dlinux32_systrace_args.c1089 struct linux_sched_rr_get_interval_args *p = params; in systrace_args()
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysent.c181 …{ AS(linux_sched_rr_get_interval_args), (sy_call_t *)linux_sched_rr_get_interval, AUE_SCHED_RR_GET…
Dlinux_proto.h495 struct linux_sched_rr_get_interval_args { struct
1661 int linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
Dlinux_systrace_args.c1127 struct linux_sched_rr_get_interval_args *p = params; in systrace_args()
/freebsd-12-stable/sys/compat/linux/
Dlinux_misc.c2289 struct linux_sched_rr_get_interval_args *uap) in linux_sched_rr_get_interval()