Home
last modified time | relevance | path

Searched refs:POSIX_MADV_SEQUENTIAL (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dsys_mman.c30 C(POSIX_MADV_SEQUENTIAL) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h68 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h77 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/include/sys/
H A Dmman.h74 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/elfutils/src/
H A Dranlib.c127 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
H A Dstrings.c480 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
H A Dar.c433 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs303 /// `POSIX_MADV_SEQUENTIAL`
305 Sequential = c::POSIX_MADV_SEQUENTIAL,
307 /// `POSIX_MADV_SEQUENTIAL`
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs363 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs873 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs796 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2320 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1645 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2283 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1604 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3237 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; consts

Completed in 69 milliseconds