Home
last modified time | relevance | path

Searched refs:MS_SYNC (Results 1 – 11 of 11) sorted by relevance

/linux/mm/
H A Dmsync.c42 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3()
46 if ((flags & MS_ASYNC) && (flags & MS_SYNC)) in SYSCALL_DEFINE3()
92 if ((flags & MS_SYNC) && file && in SYSCALL_DEFINE3()
/linux/tools/testing/selftests/mm/
H A Dmap_populate.c41 ret = msync(smap, MMAP_SZ, MS_SYNC); in parent_f()
98 ret = msync(smap, MMAP_SZ, MS_SYNC); in main()
H A Dpagemap_ioctl.c1201 msync(fmem, buf_size, MS_SYNC); in sanity_tests()
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h43 #define MS_SYNC 4 /* synchronous memory sync */ macro
/linux/include/uapi/asm-generic/
H A Dmman-common.h43 #define MS_SYNC 4 /* synchronous memory sync */ macro
/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h67 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dmman.h36 #define MS_SYNC 2 /* synchronous memory sync */ macro
/linux/arch/mips/include/uapi/asm/
H A Dmman.h58 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux/arch/parisc/include/uapi/asm/
H A Dmman.h30 #define MS_SYNC 1 /* synchronous memory sync */ macro
/linux/arch/mips/vdso/
H A Dgenvdso.c241 if (msync(dbg_vdso, dbg_vdso_size, MS_SYNC) != 0) { in main()
245 } else if (msync(vdso, vdso_size, MS_SYNC) != 0) { in main()
/linux/arch/arm/vdso/
H A Dvdsomunge.c203 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()