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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mman.h 104 # define POSIX_MADV_RANDOM 1 /* Expect random page references. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mman.h 104 # define POSIX_MADV_RANDOM 1 /* Expect random page references. */
  /external/fio/os/
os-hpux.h 33 #define POSIX_MADV_RANDOM MADV_RANDOM
os-solaris.h 40 #define POSIX_MADV_RANDOM MADV_RANDOM
os-android.h 43 #define POSIX_MADV_RANDOM MADV_RANDOM
os-windows.h 64 #define POSIX_MADV_RANDOM 0
  /external/fio/engines/
mmap.c 53 if (posix_madvise(f->mmap_ptr, length, POSIX_MADV_RANDOM) < 0) {
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 198 posix_madvise(data, length, POSIX_MADV_RANDOM);
  /external/icu/icu4c/source/common/
umapfile.c 197 posix_madvise(data, length, POSIX_MADV_RANDOM);

Completed in 352 milliseconds