Lines Matching defs:fn

202 		child_fn fn, bool xfail)  in do_test_cow_in_parent()
741 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page()
776 static void run_with_base_page(test_fn fn, const char *desc) in run_with_base_page()
782 static void run_with_base_page_swap(test_fn fn, const char *desc) in run_with_base_page_swap()
799 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp()
942 static void run_with_thp(test_fn fn, const char *desc, size_t size) in run_with_thp()
949 static void run_with_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_thp_swap()
956 static void run_with_pte_mapped_thp(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp()
963 static void run_with_pte_mapped_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp_swap()
970 static void run_with_single_pte_of_thp(test_fn fn, const char *desc, size_t size) in run_with_single_pte_of_thp()
977 static void run_with_single_pte_of_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_single_pte_of_thp_swap()
984 static void run_with_partial_mremap_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_mremap_thp()
991 static void run_with_partial_shared_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_shared_thp()
998 static void run_with_hugetlb(test_fn fn, const char *desc, size_t hugetlbsize) in run_with_hugetlb()
1035 test_fn fn; member
1471 static void run_with_zeropage(non_anon_test_fn fn, const char *desc) in run_with_zeropage()
1501 static void run_with_huge_zeropage(non_anon_test_fn fn, const char *desc) in run_with_huge_zeropage()
1560 static void run_with_memfd(non_anon_test_fn fn, const char *desc) in run_with_memfd()
1604 static void run_with_tmpfile(non_anon_test_fn fn, const char *desc) in run_with_tmpfile()
1655 static void run_with_memfd_hugetlb(non_anon_test_fn fn, const char *desc, in run_with_memfd_hugetlb()
1707 non_anon_test_fn fn; member