Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c143 …{ AS(linux_sched_getaffinity_args), (sy_call_t *)linux_sched_getaffinity, AUE_NULL, NULL, 0, 0, 0,…
H A Dlinux_proto.h1157 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c224 …{ AS(linux_sched_getaffinity_args), (sy_call_t *)linux_sched_getaffinity, AUE_NULL, NULL, 0, 0, 0,…
H A Dlinux_proto.h1393 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c262 …{ AS(linux_sched_getaffinity_args), (sy_call_t *)linux_sched_getaffinity, AUE_NULL, NULL, 0, 0, 0,…
H A Dlinux32_proto.h1687 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c262 …{ AS(linux_sched_getaffinity_args), (sy_call_t *)linux_sched_getaffinity, AUE_NULL, NULL, 0, 0, 0,…
H A Dlinux_proto.h1706 int linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2147 linux_sched_getaffinity(struct thread *td, in linux_sched_getaffinity() function