Home
last modified time | relevance | path

Searched refs:MADV_REMOVE (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h21 #ifndef MADV_REMOVE
22 # define MADV_REMOVE 9 macro
/third_party/pulseaudio/src/pulsecore/
H A Dshm.c63 #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 Dmman.h79 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h88 #define MADV_REMOVE 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h84 #define MADV_REMOVE 9 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c44 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
H A Dmadvise02.c70 {MADV_REMOVE, "MADV_REMOVE", &file1, EINVAL, 0},
/third_party/musl/include/sys/
H A Dmman.h85 #define MADV_REMOVE 9 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs163 /// `MADV_REMOVE`
164 LinuxRemove = linux_raw_sys::general::MADV_REMOVE,
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp73 MADV_REMOVE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs348 /// `MADV_REMOVE`
350 LinuxRemove = c::MADV_REMOVE,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs233 MADV_REMOVE,
/third_party/python/Modules/
H A Dmmapmodule.c1703 #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 Dmod.rs648 pub const MADV_REMOVE: ::c_int = 9; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs987 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1621 pub const MADV_REMOVE: ::c_int = 9; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs992 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs992 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs999 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1006 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs999 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1006 pub const MADV_REMOVE: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs986 pub const MADV_REMOVE: u32 = 9; consts

Completed in 127 milliseconds

12