Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c141 …{ AS(linux_sched_getparam_args), (sy_call_t *)linux_sched_getparam, AUE_SCHED_GETPARAM, NULL, 0, 0…
H A Dlinux_proto.h473 struct linux_sched_getparam_args { struct
1155 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
H A Dlinux_systrace_args.c895 struct linux_sched_getparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c163 …{ AS(linux_sched_getparam_args), (sy_call_t *)linux_sched_getparam, AUE_SCHED_GETPARAM, NULL, 0, 0…
H A Dlinux_proto.h529 struct linux_sched_getparam_args { struct
1353 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
H A Dlinux_systrace_args.c1187 struct linux_sched_getparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c175 …{ AS(linux_sched_getparam_args), (sy_call_t *)linux_sched_getparam, AUE_SCHED_GETPARAM, NULL, 0, 0…
H A Dlinux32_proto.h479 struct linux_sched_getparam_args { struct
1623 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
H A Dlinux32_systrace_args.c1046 struct linux_sched_getparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c175 …{ AS(linux_sched_getparam_args), (sy_call_t *)linux_sched_getparam, AUE_SCHED_GETPARAM, NULL, 0, 0…
H A Dlinux_proto.h477 struct linux_sched_getparam_args { struct
1641 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
H A Dlinux_systrace_args.c1084 struct linux_sched_getparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2120 struct linux_sched_getparam_args *uap) in linux_sched_getparam()