Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/linux/
H A Dlinux_proto.h510 struct linux_sched_setparam_args { struct
1345 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_sysent.c135 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 118 = linux_sched_setparam */
H A Dlinux_systrace_args.c944 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h538 struct linux_sched_setparam_args { struct
1550 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_sysent.c159 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 142 = linux_sched_setparam */
H A Dlinux_systrace_args.c1179 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h478 struct linux_sched_setparam_args { struct
1849 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux32_sysent.c172 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 154 = linux_sched_setparam */
H A Dlinux32_systrace_args.c1038 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h477 struct linux_sched_setparam_args { struct
1843 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
H A Dlinux_sysent.c171 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 154 = linux_sched_setparam */
H A Dlinux_systrace_args.c1068 struct linux_sched_setparam_args *p = params; in systrace_args()
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c1851 struct linux_sched_setparam_args *uap) in linux_sched_setparam()