Lines Matching refs:test_fn
771 typedef void (*test_fn)(char *mem, size_t size, bool hugetlb); typedef
773 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page()
811 static void run_with_base_page(test_fn fn, const char *desc) in run_with_base_page()
817 static void run_with_base_page_swap(test_fn fn, const char *desc) in run_with_base_page_swap()
834 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp()
989 static void run_with_thp(test_fn fn, const char *desc, size_t size) in run_with_thp()
996 static void run_with_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_thp_swap()
1003 static void run_with_pte_mapped_thp(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp()
1010 static void run_with_pte_mapped_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp_swap()
1017 static void run_with_single_pte_of_thp(test_fn fn, const char *desc, size_t size) in run_with_single_pte_of_thp()
1024 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()
1031 static void run_with_partial_mremap_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_mremap_thp()
1038 static void run_with_partial_shared_thp(test_fn fn, const char *desc, size_t size) in run_with_partial_shared_thp()
1045 static void run_with_hugetlb(test_fn fn, const char *desc, size_t hugetlbsize) in run_with_hugetlb()
1084 test_fn fn;