Home
last modified time | relevance | path

Searched refs:MS_ASYNC (Results 1 – 10 of 10) sorted by relevance

/openbmc/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()
74 if (flags == MS_ASYNC) in SYSCALL_DEFINE3()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h65 #define MS_ASYNC 0x0001 /* sync memory asynchronously */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h35 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h56 #define MS_ASYNC 0x0001 /* sync memory asynchronously */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h56 #define MS_ASYNC 0x0001 /* sync memory asynchronously */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h31 #define MS_ASYNC 2 /* sync memory asynchronously */ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7611 return ((arg & TARGET_MS_ASYNC) ? MS_ASYNC : 0) | in target_to_host_msync_arg()