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

  /external/strace/xlat/
shm_resource_flags.h 10 #if defined(SHM_HUGETLB) || (defined(HAVE_DECL_SHM_HUGETLB) && HAVE_DECL_SHM_HUGETLB)
11 XLAT(SHM_HUGETLB),
  /external/valgrind/none/tests/
map_unmap.c 15 /* Similarly, testing SHM_HUGETLB huge pages is disabled by default.
39 #ifndef SHM_HUGETLB
40 #define SHM_HUGETLB 04000
133 IPC_CREAT | IPC_EXCL | S_IRUSR | S_IWUSR | SHM_HUGETLB);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
shm.h 83 # define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
shm.h 76 # define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
shm.h 83 # define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
  /external/fio/
memory.c 72 flags |= SHM_HUGETLB;
  /external/fio/os/
os-android.h 62 #define SHM_HUGETLB 04000
os.h 109 #define SHM_HUGETLB 0

Completed in 165 milliseconds