| /OK3568_Linux_fs/kernel/mm/ |
| H A D | msync.c | 42 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3() 46 if ((flags & MS_ASYNC) && (flags & MS_SYNC)) in SYSCALL_DEFINE3() 88 if ((flags & MS_SYNC) && file && in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | map_populate.c | 41 ret = msync(smap, MMAP_SZ, MS_SYNC); in parent_f() 93 ret = msync(smap, MMAP_SZ, MS_SYNC); in main()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.c | 241 if (msync(dbg_vdso, dbg_vdso_size, MS_SYNC) != 0) { in main() 245 } else if (msync(vdso, vdso_size, MS_SYNC) != 0) { in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 40 #define MS_SYNC 4 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 40 #define MS_SYNC 4 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | mman-common.h | 43 #define MS_SYNC 4 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 43 #define MS_SYNC 4 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 67 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 58 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 36 #define MS_SYNC 2 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 30 #define MS_SYNC 1 /* synchronous memory sync */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mman-linux.h | 67 #define MS_SYNC 4 /* Synchronous memory sync. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mman-linux.h | 67 #define MS_SYNC 4 /* Synchronous memory sync. */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 203 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 420 err = msync(elf, st.st_size, MS_SYNC); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-17 | 3423 * MS_SYNC: Memory-mapped I/O. (line 213)
|
| H A D | libc.info-6 | 2871 ‘MS_SYNC’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-17 | 3423 * MS_SYNC: Memory-mapped I/O. (line 213)
|
| H A D | libc.info-6 | 2871 ‘MS_SYNC’
|