Home
last modified time | relevance | path

Searched refs:test_fn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c234 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 Dcow.c677 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/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dcompar_fn_t.patch18 + [void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }],