Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/linux/
Dlinux_sysent.c145 …{ AS(linux_sched_get_priority_max_args), (sy_call_t *)linux_sched_get_priority_max, AUE_SCHED_GET_…
Dlinux_proto.h1171 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
/freebsd-12-stable/sys/amd64/linux/
Dlinux_sysent.c166 …{ AS(linux_sched_get_priority_max_args), (sy_call_t *)linux_sched_get_priority_max, AUE_SCHED_GET_…
Dlinux_proto.h1397 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysent.c179 …{ AS(linux_sched_get_priority_max_args), (sy_call_t *)linux_sched_get_priority_max, AUE_SCHED_GET_…
Dlinux32_proto.h1652 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysent.c179 …{ AS(linux_sched_get_priority_max_args), (sy_call_t *)linux_sched_get_priority_max, AUE_SCHED_GET_…
Dlinux_proto.h1659 int linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
/freebsd-12-stable/sys/compat/linux/
Dlinux_misc.c1489 linux_sched_get_priority_max(struct thread *td, in linux_sched_get_priority_max() function