Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/vm/
Dcompaction_test.c80 int check_compaction(unsigned long mem_free, unsigned int hugepage_size) in check_compaction() argument
126 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); in check_compaction()
162 unsigned long hugepage_size = 0; in main() local
183 if (read_memory_info(&mem_free, &hugepage_size) != 0) { in main()
221 if (check_compaction(mem_free, hugepage_size) == 0) in main()