Searched refs:SHM_HUGETLB (Results 1 – 6 of 6) sorted by relevance
38 #ifndef SHM_HUGETLB39 #define SHM_HUGETLB 04000 macro61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
38 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro242 test_mmap(default_hps, SHM_HUGETLB); in main()251 test_shmget(ps, SHM_HUGETLB | arg); in main()254 test_shmget(default_hps, SHM_HUGETLB); in main()
199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
52 #define SHM_HUGETLB 04000 /* segment will use huge TLB pages */ macro
727 if (shmflg & SHM_HUGETLB) { in newseg()
104 created (shmget(SHM_HUGETLB)) or a mapping is created via mmap(MAP_HUGETLB).
Completed in 11 milliseconds