Home
last modified time | relevance | path

Searched refs:linux_sched_setparam (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/arm64/linux/
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_proto.h1345 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
/freebsd-src/sys/amd64/linux32/
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_proto.h1849 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
/freebsd-src/sys/amd64/linux/
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_proto.h1550 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
/freebsd-src/sys/i386/linux/
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_proto.h1843 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c1850 linux_sched_setparam(struct thread *td, in linux_sched_setparam() function