Lines Matching defs:fn
168 child_fn fn) in do_test_cow_in_parent()
679 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page()
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()
737 static void do_run_with_thp(test_fn fn, enum thp_run thp_run) in do_run_with_thp()
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()
963 test_fn fn; 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()
1614 non_anon_test_fn fn; member