Lines Matching defs:desc

714 static void run_with_base_page(test_fn fn, const char *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()
878 static void run_with_thp(test_fn fn, const char *desc) in run_with_thp()
884 static void run_with_thp_swap(test_fn fn, const char *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()
896 static void run_with_pte_mapped_thp_swap(test_fn fn, const char *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()
908 static void run_with_single_pte_of_thp_swap(test_fn fn, const char *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()
920 static void run_with_partial_shared_thp(test_fn fn, const char *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()
962 const char *desc; member
1378 static void run_with_zeropage(non_anon_test_fn fn, const char *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()
1467 static void run_with_memfd(non_anon_test_fn fn, const char *desc) in run_with_memfd()
1511 static void run_with_tmpfile(non_anon_test_fn fn, const char *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()
1613 const char *desc; member