Searched refs:test_fn (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | gup_longterm.c | 251 typedef void (*test_fn)(int fd, size_t size); typedef 253 static void run_with_memfd(test_fn fn, const char *desc) in run_with_memfd() 269 static void run_with_tmpfile(test_fn fn, const char *desc) in run_with_tmpfile() 293 static void run_with_local_tmpfile(test_fn fn, const char *desc) in run_with_local_tmpfile() 316 static void run_with_memfd_hugetlb(test_fn fn, const char *desc, in run_with_memfd_hugetlb() 339 test_fn fn;
|
| H A D | cow.c | 739 typedef void (*test_fn)(char *mem, size_t size, bool hugetlb); typedef 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() 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() 998 static void run_with_hugetlb(test_fn fn, const char *desc, size_t hugetlbsize) in run_with_hugetlb() [all …]
|
| /linux-6.15/tools/testing/selftests/riscv/hwprobe/ |
| H A D | cbo.c | 202 void (*test_fn)(void *arg); member 266 tests[i].test_fn(&cpus); in main()
|
| /linux-6.15/tools/testing/selftests/riscv/abi/ |
| H A D | pointer_masking.c | 310 void (*test_fn)(void); member 345 tests[i].test_fn(); in main()
|