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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mman.h 105 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mman.h 105 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /external/fio/os/
os-solaris.h 36 #ifndef POSIX_MADV_SEQUENTIAL
38 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-hpux.h 32 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-android.h 42 #define POSIX_MADV_SEQUENTIAL MADV_SEQUENTIAL
os-windows.h 63 #define POSIX_MADV_SEQUENTIAL 0
  /external/elfutils/0.153/src/
ranlib.c 156 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
strings.c 495 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL);
ar.c 460 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL);
    [all...]
  /external/fio/engines/
mmap.c 48 if (posix_madvise(f->mmap_ptr, length, POSIX_MADV_SEQUENTIAL) < 0) {

Completed in 955 milliseconds