Home
last modified time | relevance | path

Searched refs:linux_sched_getparam (Results 1 – 9 of 9) 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.h1155 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_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.h1353 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_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.h1623 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_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.h1641 int linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2119 linux_sched_getparam(struct thread *td, in linux_sched_getparam() function