Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dcow.c841 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp() function
1000 do_run_with_thp(fn, THP_RUN_PMD, size); in run_with_thp()
1007 do_run_with_thp(fn, THP_RUN_PMD_SWAPOUT, size); in run_with_thp_swap()
1014 do_run_with_thp(fn, THP_RUN_PTE, size); in run_with_pte_mapped_thp()
1021 do_run_with_thp(fn, THP_RUN_PTE_SWAPOUT, size); in run_with_pte_mapped_thp_swap()
1028 do_run_with_thp(fn, THP_RUN_SINGLE_PTE, size); in run_with_single_pte_of_thp()
1035 do_run_with_thp(fn, THP_RUN_SINGLE_PTE_SWAPOUT, size); in run_with_single_pte_of_thp_swap()
1042 do_run_with_thp(fn, THP_RUN_PARTIAL_MREMAP, size); in run_with_partial_mremap_thp()
1049 do_run_with_thp(fn, THP_RUN_PARTIAL_SHARED, size); in run_with_partial_shared_thp()
1501 do_run_with_thp(test_case->fn, THP_RUN_PMD, pmdsize); in run_anon_thp_test_cases()