Searched refs:test_func (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 29 test_func() { 46 if cat=`test_func "$cat" "$1"`; then 49 if dd1=`test_func "$dd1" "$1"`; then 52 if dd100=`test_func "$dd100" "$1"`; then
|
/Linux-v5.4/fs/btrfs/tests/ |
D | free-space-tree-tests.c | 436 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument 509 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test() 534 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument 540 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats() 544 test_func, sectorsize, nodesize, alignment); in run_test_both_formats() 548 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats() 552 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
|
/Linux-v5.4/lib/ |
D | test_vmalloc.c | 333 int (*test_func)(void); member 383 static int test_func(void *private) in test_func() function 417 if (!test_case_array[index].test_func()) in test_func() 485 t->task = kthread_run(test_func, t, "vmalloc_test/%d", cpu); in do_concurrent_test()
|
/Linux-v5.4/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 128 void (*test_func)(char *, char *)) in test_memcpy() 141 test_func(s, d); /* run the actual test */ in test_memcpy() 191 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() 243 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 244 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/Linux-v5.4/samples/bpf/ |
D | map_perf_test_user.c | 293 typedef void (*test_func)(int cpu); typedef 294 const test_func test_funcs[] = {
|