/linux-6.12.1/tools/testing/vsock/ |
D | util.h | 27 struct test_case { struct 28 const char *name; /* human-readable name */ 31 void (*run_client)(const struct test_opts *opts); 34 void (*run_server)(const struct test_opts *opts); 36 bool skip;
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | core_extern.c | 23 static struct test_case { struct 28 } test_cases[] = { argument
|
D | ctx_rewrite.c | 32 struct test_case { struct 33 char *name; 34 enum bpf_prog_type prog_type; 35 enum bpf_attach_type expected_attach_type; 36 int field_offset; 37 int field_sz; 41 struct { 67 static struct test_case test_cases[] = { argument
|
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()
|
D | tcp_custom_syncookie.c | 92 static void create_connection(struct test_tcp_custom_syncookie_case *test_case) in create_connection()
|
D | xdp_bonding.c | 671 struct bond_test_case *test_case = &bond_test_cases[i]; in serial_test_xdp_bonding() local
|
D | core_reloc.c | 1002 struct core_reloc_test_case *test_case, test_case_copy; in run_core_reloc_tests() local
|
/linux-6.12.1/net/mptcp/ |
D | crypto_test.c | 6 struct test_case { struct 15 static struct test_case tests[] = { argument
|
/linux-6.12.1/tools/perf/tests/ |
D | tests.h | 34 struct test_case { struct 43 struct test_case *test_cases; argument
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | kvm_clock_test.c | 19 struct test_case { struct 24 static struct test_case test_cases[] = { argument 77 static void setup_clock(struct kvm_vm *vm, struct test_case *test_case) in setup_clock()
|
/linux-6.12.1/lib/kunit/ |
D | test.c | 133 struct kunit_case *test_case; in kunit_suite_num_test_cases() local 207 const struct kunit_case *test_case; in kunit_suite_has_succeeded() local 236 struct kunit_case *test_case) in kunit_test_case_num() 358 struct kunit_case *test_case, in kunit_run_case_check_speed() 381 struct kunit_case *test_case) in kunit_run_case_internal() 426 struct kunit_case *test_case; member 434 struct kunit_case *test_case = ctx->test_case; in kunit_try_run_case() local 519 struct kunit_case *test_case, in kunit_run_case_catch_errors() 604 struct kunit_case *test_case; in kunit_run_tests() local
|
D | debugfs.c | 68 struct kunit_case *test_case; in debugfs_print_results() local 170 struct kunit_case *test_case; in kunit_debugfs_create_suite() local 221 struct kunit_case *test_case; in kunit_debugfs_destroy_suite() local
|
D | executor.c | 101 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local 275 struct kunit_case *test_case; in kunit_exec_list_tests() local
|
D | attributes.c | 401 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | rxtimestamp.c | 43 struct test_case { struct 44 struct options sockopt; 45 struct tstamps expected; 46 bool enabled; 70 static struct test_case test_cases[] = { argument
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | gup_longterm.c | 328 struct test_case { struct 329 const char *desc; 330 test_fn fn; 430 static void run_test_case(struct test_case const *test_case) in run_test_case()
|
D | cow.c | 1033 struct test_case { struct 1042 static const struct test_case anon_test_cases[] = { argument 1160 static void run_anon_test_case(struct test_case const *test_case) in run_anon_test_case() 1431 struct test_case const *test_case = &anon_thp_test_cases[i]; in run_anon_thp_test_cases() local 1739 static void run_non_anon_test_case(struct non_anon_test_case const *test_case) in run_non_anon_test_case()
|
D | mremap_test.c | 637 static void run_mremap_test_case(struct test test_case, int *failures, in run_mremap_test_case()
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | system_counter_offset_test.c | 19 struct test_case { struct 23 static struct test_case test_cases[] = { argument
|
/linux-6.12.1/drivers/virt/nitro_enclaves/ |
D | ne_misc_dev_test.c | 123 struct ne_phys_regions_test *test_case = &phys_regions_test_cases[i]; in ne_misc_dev_test_merge_phys_contig_memory_regions() local
|
/linux-6.12.1/samples/bpf/ |
D | test_map_in_map.bpf.c | 109 u16 test_case, port, dst6[8]; in BPF_KSYSCALL() local
|
D | map_perf_test.bpf.c | 188 u16 test_case; in BPF_KSYSCALL() local
|
/linux-6.12.1/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 1008 function test_case() function
|
/linux-6.12.1/tools/testing/selftests/kmod/ |
D | kmod.sh | 620 function test_case() function
|
/linux-6.12.1/lib/ |
D | test_kmod.c | 76 enum kmod_test_case test_case; member 140 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str() 724 enum kmod_test_case test_case, in trigger_config_run_type()
|