Home
last modified time | relevance | path

Searched refs:SHM_HUGETLB (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/
Dmap_unmap.c39 #ifndef SHM_HUGETLB
40 #define SHM_HUGETLB 04000 macro
133 IPC_CREAT | IPC_EXCL | S_IRUSR | S_IWUSR | SHM_HUGETLB); in main()
/external/strace/xlat/
Dshm_resource_flags.h17 #if defined(SHM_HUGETLB) || (defined(HAVE_DECL_SHM_HUGETLB) && HAVE_DECL_SHM_HUGETLB)
18 XLAT(SHM_HUGETLB),
Dshm_resource_flags.in3 SHM_HUGETLB
/external/fio/os/
Dos-android.h62 #define SHM_HUGETLB 04000 macro
Dos.h109 #define SHM_HUGETLB 0 macro
/external/fio/
Dmemory.c72 flags |= SHM_HUGETLB; in alloc_mem_shm()
/external/strace/
DChangeLog-CVS2246 * ipc.c (shm_resource_flags): New variable, table has SHM_HUGETLB
3196 * ipc.c: Add SHM_HUGETLB field.
/external/valgrind/
DNEWS262 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL