Searched refs:do_run_with_thp (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | cow.c | 829 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp() function 988 do_run_with_thp(fn, THP_RUN_PMD, size); in run_with_thp() 995 do_run_with_thp(fn, THP_RUN_PMD_SWAPOUT, size); in run_with_thp_swap() 1002 do_run_with_thp(fn, THP_RUN_PTE, size); in run_with_pte_mapped_thp() 1009 do_run_with_thp(fn, THP_RUN_PTE_SWAPOUT, size); in run_with_pte_mapped_thp_swap() 1016 do_run_with_thp(fn, THP_RUN_SINGLE_PTE, size); in run_with_single_pte_of_thp() 1023 do_run_with_thp(fn, THP_RUN_SINGLE_PTE_SWAPOUT, size); in run_with_single_pte_of_thp_swap() 1030 do_run_with_thp(fn, THP_RUN_PARTIAL_MREMAP, size); in run_with_partial_mremap_thp() 1037 do_run_with_thp(fn, THP_RUN_PARTIAL_SHARED, size); in run_with_partial_shared_thp() 1489 do_run_with_thp(test_case->fn, THP_RUN_PMD, pmdsize); in run_anon_thp_test_cases()
|