Searched refs:test_func (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 40 test_func() { 57 if cat=`test_func "$cat" "$1"`; then 60 if dd1=`test_func "$dd1" "$1"`; then 63 if dd100=`test_func "$dd100" "$1"`; then
|
/Linux-v4.19/fs/btrfs/tests/ |
D | free-space-tree-tests.c | 435 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument 508 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test() 533 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument 539 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats() 543 test_func, sectorsize, nodesize, alignment); in run_test_both_formats() 547 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats() 551 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
|
/Linux-v4.19/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 132 void (*test_func)(char *, char *)) in test_memcpy() 145 test_func(s, d); /* run the actual test */ in test_memcpy() 195 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() 247 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 248 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/Linux-v4.19/samples/bpf/ |
D | map_perf_test_user.c | 296 typedef void (*test_func)(int cpu); typedef 297 const test_func test_funcs[] = {
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 1386 void run_timed_test(void (*test_func)(void)) in run_timed_test() 1400 test_func(); in run_timed_test()
|