Lines Matching defs:fn
202 child_fn fn) in do_test_cow_in_parent()
713 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page()
748 static void run_with_base_page(test_fn fn, const char *desc) in run_with_base_page()
754 static void run_with_base_page_swap(test_fn fn, const char *desc) in run_with_base_page_swap()
771 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp()
914 static void run_with_thp(test_fn fn, const char *desc, size_t size) in run_with_thp()
921 static void run_with_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_thp_swap()
928 static void run_with_pte_mapped_thp(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp()
935 static void run_with_pte_mapped_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp_swap()
942 static void run_with_single_pte_of_thp(test_fn fn, const char *desc, size_t size) in run_with_single_pte_of_thp()
949 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()
956 static void run_with_partial_mremap_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_mremap_thp()
963 static void run_with_partial_shared_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_shared_thp()
970 static void run_with_hugetlb(test_fn fn, const char *desc, size_t hugetlbsize) in run_with_hugetlb()
1007 test_fn fn; member
1435 static void run_with_zeropage(non_anon_test_fn fn, const char *desc) in run_with_zeropage()
1465 static void run_with_huge_zeropage(non_anon_test_fn fn, const char *desc) in run_with_huge_zeropage()
1524 static void run_with_memfd(non_anon_test_fn fn, const char *desc) in run_with_memfd()
1568 static void run_with_tmpfile(non_anon_test_fn fn, const char *desc) in run_with_tmpfile()
1619 static void run_with_memfd_hugetlb(non_anon_test_fn fn, const char *desc, in run_with_memfd_hugetlb()
1671 non_anon_test_fn fn; member