Home
last modified time | relevance | path

Searched refs:POSIX_MADV_NORMAL (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dsys_mman.c28 C(POSIX_MADV_NORMAL) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h66 #define POSIX_MADV_NORMAL 0 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h71 #define POSIX_MADV_NORMAL 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h71 #define POSIX_MADV_NORMAL 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h75 #define POSIX_MADV_NORMAL 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h71 #define POSIX_MADV_NORMAL 0 macro
/third_party/musl/include/sys/
H A Dmman.h72 #define POSIX_MADV_NORMAL 0 macro
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs295 /// `POSIX_MADV_NORMAL`
297 Normal = c::POSIX_MADV_NORMAL,
299 /// `POSIX_MADV_NORMAL`
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs361 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs871 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs794 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2318 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1643 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2281 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1602 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3235 pub const POSIX_MADV_NORMAL: ::c_int = 0; consts

Completed in 64 milliseconds