Lines Matching refs:desc

714 static void run_with_base_page(test_fn fn, const char *desc)  in run_with_base_page()  argument
716 ksft_print_msg("[RUN] %s ... with base page\n", desc); in run_with_base_page()
720 static void run_with_base_page_swap(test_fn fn, const char *desc) in run_with_base_page_swap() argument
722 ksft_print_msg("[RUN] %s ... with swapped out base page\n", desc); in run_with_base_page_swap()
878 static void run_with_thp(test_fn fn, const char *desc) in run_with_thp() argument
880 ksft_print_msg("[RUN] %s ... with THP\n", desc); in run_with_thp()
884 static void run_with_thp_swap(test_fn fn, const char *desc) in run_with_thp_swap() argument
886 ksft_print_msg("[RUN] %s ... with swapped-out THP\n", desc); in run_with_thp_swap()
890 static void run_with_pte_mapped_thp(test_fn fn, const char *desc) in run_with_pte_mapped_thp() argument
892 ksft_print_msg("[RUN] %s ... with PTE-mapped THP\n", desc); in run_with_pte_mapped_thp()
896 static void run_with_pte_mapped_thp_swap(test_fn fn, const char *desc) in run_with_pte_mapped_thp_swap() argument
898 ksft_print_msg("[RUN] %s ... with swapped-out, PTE-mapped THP\n", desc); in run_with_pte_mapped_thp_swap()
902 static void run_with_single_pte_of_thp(test_fn fn, const char *desc) in run_with_single_pte_of_thp() argument
904 ksft_print_msg("[RUN] %s ... with single PTE of THP\n", desc); in run_with_single_pte_of_thp()
908 static void run_with_single_pte_of_thp_swap(test_fn fn, const char *desc) in run_with_single_pte_of_thp_swap() argument
910 ksft_print_msg("[RUN] %s ... with single PTE of swapped-out THP\n", desc); in run_with_single_pte_of_thp_swap()
914 static void run_with_partial_mremap_thp(test_fn fn, const char *desc) in run_with_partial_mremap_thp() argument
916 ksft_print_msg("[RUN] %s ... with partially mremap()'ed THP\n", desc); in run_with_partial_mremap_thp()
920 static void run_with_partial_shared_thp(test_fn fn, const char *desc) in run_with_partial_shared_thp() argument
922 ksft_print_msg("[RUN] %s ... with partially shared THP\n", desc); in run_with_partial_shared_thp()
926 static void run_with_hugetlb(test_fn fn, const char *desc, size_t hugetlbsize) in run_with_hugetlb() argument
931 ksft_print_msg("[RUN] %s ... with hugetlb (%zu kB)\n", desc, in run_with_hugetlb()
962 const char *desc; member
1092 run_with_base_page(test_case->fn, test_case->desc); in run_anon_test_case()
1093 run_with_base_page_swap(test_case->fn, test_case->desc); in run_anon_test_case()
1095 run_with_thp(test_case->fn, test_case->desc); in run_anon_test_case()
1096 run_with_thp_swap(test_case->fn, test_case->desc); in run_anon_test_case()
1097 run_with_pte_mapped_thp(test_case->fn, test_case->desc); in run_anon_test_case()
1098 run_with_pte_mapped_thp_swap(test_case->fn, test_case->desc); in run_anon_test_case()
1099 run_with_single_pte_of_thp(test_case->fn, test_case->desc); in run_anon_test_case()
1100 run_with_single_pte_of_thp_swap(test_case->fn, test_case->desc); in run_anon_test_case()
1101 run_with_partial_mremap_thp(test_case->fn, test_case->desc); in run_anon_test_case()
1102 run_with_partial_shared_thp(test_case->fn, test_case->desc); in run_anon_test_case()
1105 run_with_hugetlb(test_case->fn, test_case->desc, in run_anon_test_case()
1340 ksft_print_msg("[RUN] %s\n", test_case->desc); in run_anon_thp_test_cases()
1378 static void run_with_zeropage(non_anon_test_fn fn, const char *desc) in run_with_zeropage() argument
1382 ksft_print_msg("[RUN] %s ... with shared zeropage\n", desc); in run_with_zeropage()
1408 static void run_with_huge_zeropage(non_anon_test_fn fn, const char *desc) in run_with_huge_zeropage() argument
1414 ksft_print_msg("[RUN] %s ... with huge zeropage\n", desc); in run_with_huge_zeropage()
1467 static void run_with_memfd(non_anon_test_fn fn, const char *desc) in run_with_memfd() argument
1472 ksft_print_msg("[RUN] %s ... with memfd\n", desc); in run_with_memfd()
1511 static void run_with_tmpfile(non_anon_test_fn fn, const char *desc) in run_with_tmpfile() argument
1517 ksft_print_msg("[RUN] %s ... with tmpfile\n", desc); in run_with_tmpfile()
1562 static void run_with_memfd_hugetlb(non_anon_test_fn fn, const char *desc, in run_with_memfd_hugetlb() argument
1569 ksft_print_msg("[RUN] %s ... with memfd hugetlb (%zu kB)\n", desc, in run_with_memfd_hugetlb()
1613 const char *desc; member
1650 run_with_zeropage(test_case->fn, test_case->desc); in run_non_anon_test_case()
1651 run_with_memfd(test_case->fn, test_case->desc); in run_non_anon_test_case()
1652 run_with_tmpfile(test_case->fn, test_case->desc); in run_non_anon_test_case()
1654 run_with_huge_zeropage(test_case->fn, test_case->desc); in run_non_anon_test_case()
1656 run_with_memfd_hugetlb(test_case->fn, test_case->desc, in run_non_anon_test_case()