Searched refs:pmdsize (Results 1 – 1 of 1) sorted by relevance
36 static size_t pmdsize; variable57 if (!pmdsize) in detect_thp_sizes()60 orders = 1UL << sz2ord(pmdsize); in detect_thp_sizes()838 assert(thpsize == pmdsize); in do_run_with_thp()1170 settings.hugepages[sz2ord(pmdsize)].enabled = THP_NEVER; in run_anon_test_case()1174 if (size == pmdsize) { in run_anon_test_case()1208 if (pmdsize) in tests_per_anon_test_case()1425 if (!pmdsize) in run_anon_thp_test_cases()1434 do_run_with_thp(test_case->fn, THP_RUN_PMD, pmdsize); in run_anon_thp_test_cases()1440 return pmdsize ? 1 : 0; in tests_per_anon_thp_test_case()[all …]