Home
last modified time | relevance | path

Searched refs:POSIX_MADV_DONTNEED (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D7-5-buildonly.c19 #ifndef POSIX_MADV_DONTNEED
20 #error POSIX_MADV_DONTNEED not defined
/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c298 #if defined _WIN32 || defined(POSIX_MADV_DONTNEED) in sljit_stack_resize()
322 #elif defined(POSIX_MADV_DONTNEED) in sljit_stack_resize()
330 …osix_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/
Dsys_mman.c27 C(POSIX_MADV_DONTNEED) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/include/sys/
Dmman.h76 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h70 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h75 #define POSIX_MADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h79 #define POSIX_MADV_DONTNEED 4 macro
/third_party/pulseaudio/src/pulsecore/
Dshm.c346 #elif defined(POSIX_MADV_DONTNEED) in pa_shm_punch()
347 posix_madvise(ptr, size, POSIX_MADV_DONTNEED); in pa_shm_punch()
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs329 DontNeed = c::POSIX_MADV_DONTNEED,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs283 pub const POSIX_MADV_DONTNEED: ::c_int = 4; constant
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt659 POSIX_MADV_DONTNEED
Dfuchsia.txt589 POSIX_MADV_DONTNEED
Ddragonfly.txt757 POSIX_MADV_DONTNEED
Dnetbsd.txt799 POSIX_MADV_DONTNEED
Dfreebsd.txt902 POSIX_MADV_DONTNEED
Dapple.txt1065 POSIX_MADV_DONTNEED
Dlinux.txt1692 POSIX_MADV_DONTNEED
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs534 pub const POSIX_MADV_DONTNEED: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs365 pub const POSIX_MADV_DONTNEED: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs759 pub const POSIX_MADV_DONTNEED: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1327 pub const POSIX_MADV_DONTNEED: ::c_int = 0; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs798 pub const POSIX_MADV_DONTNEED: ::c_int = 4; constant

12