| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.h | 177 test_func_t test_func; member 250 {.name = "SEND_RECEIVE", .test_func = testapp_send_receive}, 251 {.name = "SEND_RECEIVE_2K_FRAME", .test_func = testapp_send_receive_2k_frame}, 252 {.name = "SEND_RECEIVE_SINGLE_PKT", .test_func = testapp_single_pkt}, 253 {.name = "POLL_RX", .test_func = testapp_poll_rx}, 254 {.name = "POLL_TX", .test_func = testapp_poll_tx}, 255 {.name = "POLL_RXQ_FULL", .test_func = testapp_poll_rxq_tmout}, 256 {.name = "POLL_TXQ_FULL", .test_func = testapp_poll_txq_tmout}, 257 {.name = "ALIGNED_INV_DESC", .test_func = testapp_aligned_inv_desc}, 258 {.name = "ALIGNED_INV_DESC_2K_FRAME_SIZE", .test_func = testapp_aligned_inv_desc_2k_frame}, [all …]
|
| H A D | xsk.c | 103 ret = test.test_func(&test); in test_xsk()
|
| H A D | flow_dissector_reattach.c | 576 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()
|
| H A D | test_xsk.c | 315 test->test_func = test_to_run->test_func; in test_init()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | lam.c | 86 int (*test_func)(struct testcases *test); member 766 ret = test->test_func(test); in fork_test() 941 .test_func = handle_uring, 948 .test_func = handle_uring, 957 .test_func = handle_malloc, 964 .test_func = handle_malloc, 971 .test_func = handle_max_bits, 980 .test_func = handle_syscall, 987 .test_func = handle_syscall, 993 .test_func = get_user_syscall, [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_set_ftrace_file.tc | 33 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/fs/btrfs/tests/ |
| H A D | free-space-tree-tests.c | 421 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument 497 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test() 522 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument 528 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats() 532 test_func, sectorsize, nodesize, alignment); in run_test_both_formats() 536 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats() 540 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
|
| /linux/lib/ |
| H A D | test_vmalloc.c | 426 int (*test_func)(void); member 474 static int test_func(void *private) in test_func() function 504 ret = test_case_array[index].test_func(); in test_func() 577 t->task = kthread_run(test_func, t, "vmalloc_test/%d", i); in do_concurrent_test()
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H A D | alignment_handler.c | 158 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/tools/testing/selftests/drivers/net/ |
| H A D | psp.py | 574 def psp_ip_ver_test_builder(name, test_func, psp_ver, ipver): argument 578 test_func(cfg, psp_ver, ipver) 584 def ipver_test_builder(name, test_func, ipver): argument 588 test_func(cfg, ipver)
|
| /linux/samples/bpf/ |
| H A D | map_perf_test_user.c | 300 typedef void (*test_func)(int cpu); typedef 301 const test_func test_funcs[] = {
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 271 ret = test->test_func(test); in run_pkt_test()
|