Home
last modified time | relevance | path

Searched refs:POSIX_MADV_SEQUENTIAL (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D7-2-buildonly.c19 #ifndef POSIX_MADV_SEQUENTIAL
20 #error POSIX_MADV_SEQUENTIAL not defined
/external/fio/os/
Dos-solaris.h36 #ifndef POSIX_MADV_SEQUENTIAL
38 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL macro
Dos-hpux.h32 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL macro
Dos-android.h44 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL macro
Dos-windows.h63 #define POSIX_MADV_SEQUENTIAL 0 macro
/external/elfutils/src/
Dranlib.c144 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
Dstrings.c497 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
Dar.c449 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
/external/fio/engines/
Dmmap.c55 if (posix_madvise(fmd->mmap_ptr, length, POSIX_MADV_SEQUENTIAL) < 0) { in fio_mmap_file()