/third_party/ltp/include/lapi/ |
H A D | mmap.h | 21 #ifndef MADV_REMOVE 22 # define MADV_REMOVE 9 macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | shm.c | 63 #if defined(__linux__) && !defined(MADV_REMOVE) 64 #define MADV_REMOVE 9 macro 339 #ifdef MADV_REMOVE in pa_shm_punch() 340 if (madvise(ptr, size, MADV_REMOVE) >= 0) in pa_shm_punch()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 79 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 88 #define MADV_REMOVE 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 84 #define MADV_REMOVE 9 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise01.c | 44 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
|
H A D | madvise02.c | 70 {MADV_REMOVE, "MADV_REMOVE", &file1, EINVAL, 0},
|
/third_party/musl/include/sys/ |
H A D | mman.h | 85 #define MADV_REMOVE 9 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 163 /// `MADV_REMOVE` 164 LinuxRemove = linux_raw_sys::general::MADV_REMOVE,
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_mman.cpp | 73 MADV_REMOVE,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 348 /// `MADV_REMOVE` 350 LinuxRemove = c::MADV_REMOVE,
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 233 MADV_REMOVE,
|
/third_party/python/Modules/ |
H A D | mmapmodule.c | 1703 #ifdef MADV_REMOVE in mmap_exec() 1704 ADD_INT_MACRO(module, MADV_REMOVE); in mmap_exec()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 648 pub const MADV_REMOVE: ::c_int = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 987 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1621 pub const MADV_REMOVE: ::c_int = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 992 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 992 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 999 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1006 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 999 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1006 pub const MADV_REMOVE: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 986 pub const MADV_REMOVE: u32 = 9; consts
|