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

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H A D7-5-buildonly.c10 * Test that the header defines the POSIX_MADV_DONTNEED symbolic value.
19 #ifndef POSIX_MADV_DONTNEED
20 #error POSIX_MADV_DONTNEED not defined
/external/fio/os/
H A Dos-hpux.h30 #define POSIX_MADV_DONTNEED MADV_DONTNEED macro
H A Dos-solaris.h38 #define POSIX_MADV_DONTNEED MADV_DONTNEED macro
H A Dos-android.h46 #ifndef POSIX_MADV_DONTNEED
48 #define POSIX_MADV_DONTNEED MADV_DONTNEED macro
H A Dos-windows.h68 #define POSIX_MADV_DONTNEED 0 macro
/external/fio/engines/
H A Dmmap.c64 if (posix_madvise(fmd->mmap_ptr, length, POSIX_MADV_DONTNEED) < 0) {
197 if (posix_madvise(io_u->mmap_data, io_u->xfer_buflen, POSIX_MADV_DONTNEED) < 0) {
/external/pcre/dist2/src/sljit/
H A DsljitUtils.c326 #elif defined(POSIX_MADV_DONTNEED)
328 posix_madvise((void*)aligned_new_limit, aligned_old_limit - aligned_new_limit, POSIX_MADV_DONTNEED);

Completed in 682 milliseconds