/linux/tools/testing/vsock/ |
A D | util.h | 24 struct test_case { struct 47 void run_tests(const struct test_case *test_cases, argument
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | core_extern.c | 23 static struct test_case { struct 28 } test_cases[] = { argument
|
A D | migrate_reuseport.c | 185 static int drop_ack(struct migrate_reuseport_test_case *test_case, in drop_ack() 203 static int pass_ack(struct migrate_reuseport_test_case *test_case) in pass_ack() 216 static int start_servers(struct migrate_reuseport_test_case *test_case, in start_servers() 278 static int start_clients(struct migrate_reuseport_test_case *test_case) in start_clients() 321 static int update_maps(struct migrate_reuseport_test_case *test_case, in update_maps() 351 static int migrate_dance(struct migrate_reuseport_test_case *test_case) in migrate_dance() 407 static void count_requests(struct migrate_reuseport_test_case *test_case, in count_requests() 456 static void run_test(struct migrate_reuseport_test_case *test_case, in run_test()
|
A D | xdp_bonding.c | 554 struct bond_test_case *test_case = &bond_test_cases[i]; in serial_test_xdp_bonding() local
|
A D | core_reloc.c | 811 struct core_reloc_test_case *test_case; in test_core_reloc() local
|
/linux/net/mptcp/ |
A D | crypto_test.c | 6 struct test_case { struct 15 static struct test_case tests[] = { argument
|
/linux/tools/perf/tests/ |
A D | tests.h | 34 struct test_case { struct 43 struct test_case *test_cases; argument
|
/linux/lib/kunit/ |
A D | debugfs.c | 41 struct kunit_case *test_case) in debugfs_print_result() 56 struct kunit_case *test_case; in debugfs_print_results() local 94 struct kunit_case *test_case; in kunit_debugfs_create_suite() local 110 struct kunit_case *test_case; in kunit_debugfs_destroy_suite() local
|
A D | test.c | 127 struct kunit_case *test_case; in kunit_suite_num_test_cases() local 179 const struct kunit_case *test_case; in kunit_suite_has_succeeded() local 205 struct kunit_case *test_case) in kunit_test_case_num() 320 struct kunit_case *test_case) in kunit_run_case_internal() 357 struct kunit_case *test_case; member 365 struct kunit_case *test_case = ctx->test_case; in kunit_try_run_case() local 417 struct kunit_case *test_case, in kunit_run_case_catch_errors() 496 struct kunit_case *test_case; in kunit_run_tests() local
|
A D | executor.c | 61 struct kunit_case *filtered, *test_case; in kunit_filter_tests() local 220 struct kunit_case *test_case; in kunit_exec_list_tests() local
|
/linux/tools/testing/selftests/kvm/x86_64/ |
A D | kvm_clock_test.c | 21 struct test_case { struct 26 static struct test_case test_cases[] = { argument 80 static void setup_clock(struct kvm_vm *vm, struct test_case *test_case) in setup_clock()
|
/linux/tools/testing/selftests/net/ |
A D | rxtimestamp.c | 43 struct test_case { struct 44 struct options sockopt; 68 static struct test_case test_cases[] = { argument
|
/linux/tools/testing/selftests/kvm/ |
A D | system_counter_offset_test.c | 21 struct test_case { struct 25 static struct test_case test_cases[] = { argument
|
/linux/samples/bpf/ |
A D | test_map_in_map_kern.c | 110 u16 test_case, port, dst6[8]; in trace_sys_connect() local
|
A D | map_perf_test_kern.c | 179 u16 test_case; in SYSCALL() local
|
/linux/tools/testing/selftests/sysctl/ |
A D | sysctl.sh | 911 function test_case() function
|
/linux/tools/testing/selftests/kmod/ |
A D | kmod.sh | 631 function test_case() function
|
/linux/lib/ |
A D | test_kmod.c | 84 enum kmod_test_case test_case; member 147 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str() 731 enum kmod_test_case test_case, in trigger_config_run_type()
|
/linux/tools/testing/selftests/vm/ |
A D | mremap_test.c | 188 static void run_mremap_test_case(struct test test_case, int *failures, in run_mremap_test_case()
|
/linux/include/kunit/ |
A D | test.h | 382 #define kunit_suite_for_each_test_case(suite, test_case) \ argument
|