Searched refs:test_fn (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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() 902 static void run_with_single_pte_of_thp(test_fn fn, const char *desc) in run_with_single_pte_of_thp() 914 static void run_with_partial_mremap_thp(test_fn fn, const char *desc) in run_with_partial_mremap_thp() [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | unaligned_pc.c | 84 typedef void (*test_fn)(void); typedef 88 test_fn tests[] = { test_return, test_endloop, test_multi_cof, test_done }; in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | compar_fn_t.patch | 18 + [void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }],
|