Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm/linux/
HDlinux_proto.h379 struct linux_sched_setparam_args { struct
1324 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
HDlinux_sysent.c173 …{ .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auev…
HDlinux_systrace_args.c880 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-13-stable/sys/arm64/linux/
HDlinux_proto.h498 struct linux_sched_setparam_args { struct
1302 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
HDlinux_sysent.c137 …{ .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auev…
HDlinux_systrace_args.c936 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-13-stable/sys/amd64/linux/
HDlinux_proto.h529 struct linux_sched_setparam_args { struct
1504 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
HDlinux_sysent.c161 …{ .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auev…
HDlinux_systrace_args.c1178 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-13-stable/sys/i386/linux/
HDlinux_proto.h468 struct linux_sched_setparam_args { struct
1800 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
HDlinux_sysent.c173 …{ .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auev…
HDlinux_systrace_args.c1067 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_proto.h474 struct linux_sched_setparam_args { struct
1812 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
HDlinux32_sysent.c173 …{ .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auev…
HDlinux32_systrace_args.c1037 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-13-stable/sys/compat/linux/
HDlinux_misc.c1867 struct linux_sched_setparam_args *uap) in linux_sched_setparam()