Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/linux/
H A Dlinux_sysent.c244 { .sy_narg = AS(linux_msync_args), .sy_call = (sy_call_t *)linux_msync, .sy_auevent = AUE_MSYNC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 227 = linux_msync */
H A Dlinux_proto.h1430 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_sysent.c162 { .sy_narg = AS(linux_msync_args), .sy_call = (sy_call_t *)linux_msync, .sy_auevent = AUE_MSYNC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 144 = linux_msync */
H A Dlinux32_proto.h1843 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-src/sys/amd64/linux/
H A Dlinux_sysent.c43 { .sy_narg = AS(linux_msync_args), .sy_call = (sy_call_t *)linux_msync, .sy_auevent = AUE_MSYNC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 26 = linux_msync */
H A Dlinux_proto.h1461 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-src/sys/i386/linux/
H A Dlinux_sysent.c161 { .sy_narg = AS(linux_msync_args), .sy_call = (sy_call_t *)linux_msync, .sy_auevent = AUE_MSYNC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 144 = linux_msync */
H A Dlinux_proto.h1838 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c345 linux_msync(struct thread *td, struct linux_msync_args *args) in linux_msync() function