Home
last modified time | relevance | path

Searched refs:POSIX_MADV_DONTNEED (Results 1 - 20 of 20) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitUtils.c298 #if defined _WIN32 || defined(POSIX_MADV_DONTNEED) in sljit_stack_resize()
322 #elif defined(POSIX_MADV_DONTNEED) in sljit_stack_resize()
330 posix_madvise((void*)aligned_old_start, aligned_new_start - aligned_old_start, POSIX_MADV_DONTNEED); in sljit_stack_resize()
/third_party/musl/libc-test/src/api/
H A Dsys_mman.c27 C(POSIX_MADV_DONTNEED) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h70 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h79 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/include/sys/
H A Dmman.h76 #define POSIX_MADV_DONTNEED 4 macro
/third_party/pulseaudio/src/pulsecore/
H A Dshm.c351 #elif defined(POSIX_MADV_DONTNEED) in pa_shm_punch()
352 posix_madvise(ptr, size, POSIX_MADV_DONTNEED); in pa_shm_punch()
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs327 /// `POSIX_MADV_DONTNEED`
329 DontNeed = c::POSIX_MADV_DONTNEED,
331 /// `POSIX_MADV_DONTNEED`
336 // `MADV_DONTNEED` has the same value as `POSIX_MADV_DONTNEED`. We don't
412 /// `POSIX_MADV_DONTNEED`
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs283 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs365 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs534 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1327 pub const POSIX_MADV_DONTNEED: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs759 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs798 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2317 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1647 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2729 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3239 pub const POSIX_MADV_DONTNEED: ::c_int = 4; consts

Completed in 62 milliseconds