Home
last modified time | relevance | path

Searched refs:hugepage_size (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmap_hugetlb.c47 size_t hugepage_size; in main() local
52 hugepage_size = default_huge_page_size(); in main()
54 if (hugepage_size > length) in main()
55 length = hugepage_size; in main()
H A Dcompaction_test.c85 int check_compaction(unsigned long mem_free, unsigned long hugepage_size, in check_compaction() argument
115 nr_hugepages_ul = mem_free / hugepage_size / 2; in check_compaction()
141 compaction_index = mem_free/(nr_hugepages_ul * hugepage_size); in check_compaction()
213 unsigned long hugepage_size = 0; in main() local
235 if (read_memory_info(&mem_free, &hugepage_size) != 0) in main()
271 if (check_compaction(mem_free, hugepage_size, in main()
H A Dhugetlb-soft-offline.c103 static int read_nr_hugepages(unsigned long hugepage_size, in read_nr_hugepages() argument
110 hugepage_size); in read_nr_hugepages()