Searched refs:do_run_with_thp (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 799 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp() function 946 do_run_with_thp(fn, THP_RUN_PMD, size); in run_with_thp() 953 do_run_with_thp(fn, THP_RUN_PMD_SWAPOUT, size); in run_with_thp_swap() 960 do_run_with_thp(fn, THP_RUN_PTE, size); in run_with_pte_mapped_thp() 967 do_run_with_thp(fn, THP_RUN_PTE_SWAPOUT, size); in run_with_pte_mapped_thp_swap() 974 do_run_with_thp(fn, THP_RUN_SINGLE_PTE, size); in run_with_single_pte_of_thp() 981 do_run_with_thp(fn, THP_RUN_SINGLE_PTE_SWAPOUT, size); in run_with_single_pte_of_thp_swap() 988 do_run_with_thp(fn, THP_RUN_PARTIAL_MREMAP, size); in run_with_partial_mremap_thp() 995 do_run_with_thp(fn, THP_RUN_PARTIAL_SHARED, size); in run_with_partial_shared_thp() 1434 do_run_with_thp(test_case->fn, THP_RUN_PMD, pmdsize); in run_anon_thp_test_cases()
|