Searched refs:MS_SYNC (Results 1 – 8 of 8) sorted by relevance
39 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3()43 if ((flags & MS_ASYNC) && (flags & MS_SYNC)) in SYSCALL_DEFINE3()85 if ((flags & MS_SYNC) && file && in SYSCALL_DEFINE3()
35 #define MS_SYNC 4 /* synchronous memory sync */ macro
28 #define MS_SYNC 1 /* synchronous memory sync */ macro
35 #define MS_SYNC 2 /* synchronous memory sync */ macro
57 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
70 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
237 if (msync(dbg_vdso, dbg_vdso_size, MS_SYNC) != 0) { in main()241 } else if (msync(vdso, vdso_size, MS_SYNC) != 0) { in main()
216 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()