Home
last modified time | relevance | path

Searched refs:test_func (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dlam.c77 int (*test_func)(struct testcases *test); member
662 ret = test->test_func(test); in fork_test()
837 .test_func = handle_uring,
844 .test_func = handle_uring,
853 .test_func = handle_malloc,
860 .test_func = handle_malloc,
867 .test_func = handle_max_bits,
876 .test_func = handle_syscall,
883 .test_func = handle_syscall,
894 .test_func
[all...]
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dfree-space-tree-tests.c423 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument
496 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test()
521 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument
527 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats()
531 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
535 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats()
539 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dfree-space-tree-tests.c424 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument
500 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test()
525 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument
531 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats()
535 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
539 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats()
543 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c167 void (*test_func)(char *, char *)) in test_memcpy()
180 test_func(s, d); /* run the actual test */ in test_memcpy()
230 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test()
287 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test()
288 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c158 void (*test_func)(char *, char *)) in test_memcpy()
171 test_func(s, d); /* run the actual test */ in test_memcpy()
221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test()
278 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test()
279 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
/kernel/linux/linux-5.10/lib/
H A Dtest_vmalloc.c404 int (*test_func)(void); member
458 static int test_func(void *private) in test_func() function
492 if (!test_case_array[index].test_func()) in test_func()
560 t->task = kthread_run(test_func, t, "vmalloc_test/%d", cpu); in do_concurrent_test()
/kernel/linux/linux-6.6/lib/
H A Dtest_vmalloc.c399 int (*test_func)(void); member
444 static int test_func(void *private) in test_func() function
475 if (!test_case_array[index].test_func()) in test_func()
546 t->task = kthread_run(test_func, t, "vmalloc_test/%d", i); in do_concurrent_test()
/kernel/linux/linux-5.10/samples/bpf/
H A Dmap_perf_test_user.c298 typedef void (*test_func)(int cpu); typedef
299 const test_func test_funcs[] = {
/kernel/linux/linux-6.6/samples/bpf/
H A Dmap_perf_test_user.c300 typedef void (*test_func)(int cpu); typedef
301 const test_func test_funcs[] = {
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c576 void (*test_func)(int netns, int prog1, int prog2); in run_tests()
622 tests[i].test_func(netns, progs[0], progs[1]); in run_tests()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c576 void (*test_func)(int netns, int prog1, int prog2); in run_tests()
622 tests[i].test_func(netns, progs[0], progs[1]); in run_tests()

Completed in 10 milliseconds