Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/x86/
H A Dlam.c939 .test_func = handle_uring,
946 .test_func = handle_uring,
1023 .test_func = handle_mmap,
1031 .test_func = handle_mmap,
1039 .test_func = handle_mmap,
1271 .test_func = handle_pasid,
1277 .test_func = handle_pasid,
1283 .test_func = handle_pasid,
1289 .test_func = handle_pasid,
1295 .test_func = handle_pasid,
[all …]
/linux-6.15/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc33 test_func() {
50 if cat=`test_func "$cat" "$1"`; then
53 if dd1=`test_func "$dd1" "$1"`; then
56 if dd100=`test_func "$dd100" "$1"`; then
/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.c559 test->test_func = test_to_run->test_func; in test_spec_init()
2522 ret = test->test_func(test); in run_pkt_test()
2591 {.name = "SEND_RECEIVE", .test_func = testapp_send_receive},
2594 {.name = "POLL_RX", .test_func = testapp_poll_rx},
2595 {.name = "POLL_TX", .test_func = testapp_poll_tx},
2603 .test_func = testapp_unaligned_inv_desc_4001_frame},
2604 {.name = "UMEM_HEADROOM", .test_func = testapp_headroom},
2605 {.name = "TEARDOWN", .test_func = testapp_teardown},
2609 {.name = "STAT_RX_FULL", .test_func = testapp_stats_rx_full},
2612 {.name = "XDP_DROP_HALF", .test_func = testapp_xdp_drop},
[all …]
H A Dxskxceiver.h169 test_func_t test_func; member
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/samples/bpf/
H A Dmap_perf_test_user.c300 typedef void (*test_func)(int cpu); typedef
301 const test_func test_funcs[] = {
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c576 void (*test_func)(int netns, int prog1, int prog2); in run_tests() member
622 tests[i].test_func(netns, progs[0], progs[1]); in run_tests()