Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c138 …{ AS(linux_sched_setparam_args), (sy_call_t *)linux_sched_setparam, AUE_SCHED_SETPARAM, NULL, 0, 0…
H A Dlinux_proto.h461 struct linux_sched_setparam_args { struct
1152 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_systrace_args.c871 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c162 …{ AS(linux_sched_setparam_args), (sy_call_t *)linux_sched_setparam, AUE_SCHED_SETPARAM, NULL, 0, 0…
H A Dlinux_proto.h525 struct linux_sched_setparam_args { struct
1352 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_systrace_args.c1179 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c174 …{ AS(linux_sched_setparam_args), (sy_call_t *)linux_sched_setparam, AUE_SCHED_SETPARAM, NULL, 0, 0…
H A Dlinux32_proto.h475 struct linux_sched_setparam_args { struct
1622 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux32_systrace_args.c1038 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c174 …{ AS(linux_sched_setparam_args), (sy_call_t *)linux_sched_setparam, AUE_SCHED_SETPARAM, NULL, 0, 0…
H A Dlinux_proto.h473 struct linux_sched_setparam_args { struct
1640 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_systrace_args.c1076 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2094 struct linux_sched_setparam_args *uap) in linux_sched_setparam()