/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
H A D | 3-7.c | 62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
|
H A D | 3-6.c | 71 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
|
/third_party/ltp/testcases/kernel/syscalls/msync/ |
H A D | msync02.c | 25 * shared and the flags argument is MS_INVALIDATE. 94 TEST(msync(addr, page_sz, MS_INVALIDATE)); in main()
|
H A D | msync03.c | 23 * if MS_INVALIDATE was specified in flags, and a memory lock 27 * MS_ASYNC | MS_INVALIDATE | MS_SYNC is set in flags; or both 69 { &addr1, MS_INVALIDATE, EBUSY },
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_mman.c | 21 C(MS_INVALIDATE) in f()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 59 #define MS_INVALIDATE 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 64 #define MS_INVALIDATE 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 64 #define MS_INVALIDATE 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 68 #define MS_INVALIDATE 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 64 #define MS_INVALIDATE 2 macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 65 #define MS_INVALIDATE 2 macro
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 267 MS_SYNC | MS_INVALIDATE) == -1) { in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 120 /// `MS_INVALIDATE`—Asks to invalidate other mappings of the same 123 const INVALIDATE = linux_raw_sys::general::MS_INVALIDATE;
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_mman.cpp | 47 MS_INVALIDATE,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 269 /// `MS_INVALIDATE`—Asks to invalidate other mappings of the same 272 const INVALIDATE = c::MS_INVALIDATE;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 340 MS_INVALIDATE;
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 663 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 648 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 961 pub const MS_INVALIDATE: ::c_int = 0x0004; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 602 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 861 pub const MS_INVALIDATE: ::c_int = 0x04; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1398 pub const MS_INVALIDATE: ::c_int = 0x2; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1028 pub const MS_INVALIDATE: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1458 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 979 pub const MS_INVALIDATE: u32 = 2; consts
|