Searched refs:test_fn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | gup_longterm.c | 234 typedef void (*test_fn)(int fd, size_t size); typedef 236 static void run_with_memfd(test_fn fn, const char *desc) in run_with_memfd() 252 static void run_with_tmpfile(test_fn fn, const char *desc) in run_with_tmpfile() 275 static void run_with_local_tmpfile(test_fn fn, const char *desc) in run_with_local_tmpfile() 298 static void run_with_memfd_hugetlb(test_fn fn, const char *desc, in run_with_memfd_hugetlb() 321 test_fn fn;
|
H A D | cow.c | 677 typedef void (*test_fn)(char *mem, size_t size); typedef 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 f [all...] |
Completed in 3 milliseconds