Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/linux/
H A Dlinux_sysent.c48 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 31 = linux_ioprio_get */
H A Dlinux_proto.h1272 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_sysent.c308 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 290 = linux_ioprio_get */
H A Dlinux32_proto.h1956 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
/freebsd-src/sys/amd64/linux/
H A Dlinux_sysent.c269 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 252 = linux_ioprio_get */
H A Dlinux_proto.h1637 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
/freebsd-src/sys/i386/linux/
H A Dlinux_sysent.c307 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 290 = linux_ioprio_get */
H A Dlinux_proto.h1952 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c2774 linux_ioprio_get(struct thread *td, struct linux_ioprio_get_args *args) in linux_ioprio_get() function