Home
last modified time | relevance | path

Searched refs:POSIX_MADV_NORMAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-mman-macros.h28 #ifndef POSIX_MADV_NORMAL
29 #define POSIX_MADV_NORMAL MADV_NORMAL macro
/freebsd/sys/sys/
H A Dmman.h236 #define POSIX_MADV_NORMAL _MADV_NORMAL macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp316 posix_madvise(GetAddr(), GetSize(), POSIX_MADV_NORMAL); in TEST_F()