HomeSort by relevance Sort by last modified time
    Searched refs:POSIX_MADV_SEQUENTIAL (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
7-2-buildonly.c 10 * Test that the header defines the POSIX_MADV_SEQUENTIAL symbolic value.
19 #ifndef POSIX_MADV_SEQUENTIAL
20 #error POSIX_MADV_SEQUENTIAL not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 108 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 109 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /external/fio/os/
os-solaris.h 35 #ifndef POSIX_MADV_SEQUENTIAL
37 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-hpux.h 31 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-android.h 49 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-windows.h 69 #define POSIX_MADV_SEQUENTIAL 0
  /bionic/libc/include/sys/
mman.h 101 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
  /bionic/tests/headers/posix/
sys_mman_h.c 56 MACRO(POSIX_MADV_SEQUENTIAL);
  /external/elfutils/src/
ranlib.c 144 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
strings.c 497 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL);
ar.c 449 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
    [all...]
  /external/fio/engines/
mmap.c 54 if (posix_madvise(fmd->mmap_ptr, length, POSIX_MADV_SEQUENTIAL) < 0) {
  /bionic/tests/
sys_mman_test.cpp 189 ASSERT_EQ(0, posix_madvise(map, pagesize, POSIX_MADV_SEQUENTIAL));
  /frameworks/av/media/mtp/
MtpFfsCompatHandle.cpp 119 POSIX_MADV_SEQUENTIAL | POSIX_MADV_WILLNEED);
MtpFfsHandle.cpp 114 POSIX_MADV_SEQUENTIAL | POSIX_MADV_WILLNEED) < 0)
  /system/core/adb/daemon/
usb.cpp 416 if (posix_madvise(const_cast<void*>(data), len, POSIX_MADV_SEQUENTIAL | POSIX_MADV_WILLNEED) <

Completed in 193 milliseconds