Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c300 typedef void (*test_fn)(int fd, size_t size); typedef
302 static void run_with_memfd(test_fn fn, const char *desc) in run_with_memfd()
319 static void run_with_tmpfile(test_fn fn, const char *desc) in run_with_tmpfile()
343 static void run_with_local_tmpfile(test_fn fn, const char *desc) in run_with_local_tmpfile()
366 static void run_with_memfd_hugetlb(test_fn fn, const char *desc, in run_with_memfd_hugetlb()
390 test_fn fn;
H A Dcow.c778 typedef void (*test_fn)(char *mem, size_t size, bool hugetlb); in do_run_with_base_page()
780 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page()
818 static void run_with_base_page(test_fn fn, const char *desc)
824 static void run_with_base_page_swap(test_fn fn, const char *desc)
841 static void do_run_with_thp(test_fn fn, enum thp_run thp_run, size_t thpsize) in do_run_with_thp()
996 static void run_with_thp(test_fn fn, const char *desc, size_t size) in run_with_thp_swap()
1003 static void run_with_thp_swap(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp()
1010 static void run_with_pte_mapped_thp(test_fn fn, const char *desc, size_t size) in run_with_pte_mapped_thp_swap()
1017 static void run_with_pte_mapped_thp_swap(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(test_fn f in run_with_single_pte_of_thp_swap()
766 typedef void (*test_fn)(char *mem, size_t size, bool hugetlb); global() typedef
[all...]
/linux/tools/testing/selftests/riscv/abi/
H A Dpointer_masking.c310 void (*test_fn)(void); member
345 tests[i].test_fn(); in main()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c279 void (*test_fn)(void *arg); member
373 tests[i].test_fn(&cpus); in main()