Searched refs:do_run_with_thp (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 737 static void do_run_with_thp(test_fn fn, enum thp_run thp_run) in do_run_with_thp() function 881 do_run_with_thp(fn, THP_RUN_PMD); in run_with_thp() 887 do_run_with_thp(fn, THP_RUN_PMD_SWAPOUT); in run_with_thp_swap() 893 do_run_with_thp(fn, THP_RUN_PTE); in run_with_pte_mapped_thp() 899 do_run_with_thp(fn, THP_RUN_PTE_SWAPOUT); in run_with_pte_mapped_thp_swap() 905 do_run_with_thp(fn, THP_RUN_SINGLE_PTE); in run_with_single_pte_of_thp() 911 do_run_with_thp(fn, THP_RUN_SINGLE_PTE_SWAPOUT); in run_with_single_pte_of_thp_swap() 917 do_run_with_thp(fn, THP_RUN_PARTIAL_MREMAP); in run_with_partial_mremap_thp() 923 do_run_with_thp(fn, THP_RUN_PARTIAL_SHARED); in run_with_partial_shared_thp() 1341 do_run_with_thp(test_case->fn, THP_RUN_PMD); in run_anon_thp_test_cases()
|