Home
last modified time | relevance | path

Searched refs:MS_INVALIDATE (Results 1 - 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H A D3-7.c62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
H A D3-6.c71 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
/third_party/ltp/testcases/kernel/syscalls/msync/
H A Dmsync02.c25 * shared and the flags argument is MS_INVALIDATE.
94 TEST(msync(addr, page_sz, MS_INVALIDATE)); in main()
H A Dmsync03.c23 * 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 Dsys_mman.c21 C(MS_INVALIDATE) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h59 #define MS_INVALIDATE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h64 #define MS_INVALIDATE 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h64 #define MS_INVALIDATE 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h68 #define MS_INVALIDATE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h64 #define MS_INVALIDATE 2 macro
/third_party/musl/include/sys/
H A Dmman.h65 #define MS_INVALIDATE 2 macro
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c267 MS_SYNC | MS_INVALIDATE) == -1) { in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs120 /// `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 Dlibc_mman.cpp47 MS_INVALIDATE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs269 /// `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 Dmman.rs340 MS_INVALIDATE;
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs663 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs648 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs961 pub const MS_INVALIDATE: ::c_int = 0x0004; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs602 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs861 pub const MS_INVALIDATE: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1398 pub const MS_INVALIDATE: ::c_int = 0x2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1028 pub const MS_INVALIDATE: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1458 pub const MS_INVALIDATE: ::c_int = 0x0002; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs979 pub const MS_INVALIDATE: u32 = 2; consts

Completed in 60 milliseconds

12