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

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H A D7-3-buildonly.c10 * Test that the header defines the POSIX_MADV_RANDOM symbolic value.
19 #ifndef POSIX_MADV_RANDOM
20 #error POSIX_MADV_RANDOM not defined
/external/fio/os/
H A Dos-hpux.h32 #define POSIX_MADV_RANDOM MADV_RANDOM macro
H A Dos-solaris.h39 #define POSIX_MADV_RANDOM MADV_RANDOM macro
H A Dos-android.h50 #define POSIX_MADV_RANDOM MADV_RANDOM macro
H A Dos-windows.h70 #define POSIX_MADV_RANDOM 0 macro
/external/fio/engines/
H A Dmmap.c59 if (posix_madvise(fmd->mmap_ptr, length, POSIX_MADV_RANDOM) < 0) {
/external/icu/icu4c/source/common/
H A Dumapfile.c199 posix_madvise(data, length, POSIX_MADV_RANDOM);

Completed in 201 milliseconds