| /tools/testing/scatterlist/ |
| D | main.c | 8 struct test { struct 30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail() 48 #define VALIDATE(cond, st, test) \ argument 55 struct test *test, tests[] = { in main() local
|
| /tools/testing/selftests/bpf/ |
| D | xskxceiver.c | 127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument 128 static char *mode_string(struct test_spec *test) in mode_string() 142 static void report_failure(struct test_spec *test) in report_failure() 474 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() 534 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() 564 static void test_spec_reset(struct test_spec *test) in test_spec_reset() 569 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog() 579 static int test_spec_set_mtu(struct test_spec *test, int mtu) in test_spec_set_mtu() 632 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default() 760 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() [all …]
|
| D | test_sysctl.c | 1434 static int load_sysctl_prog_insns(struct sysctl_test *test, in load_sysctl_prog_insns() 1476 static int load_sysctl_prog_file(struct sysctl_test *test) in load_sysctl_prog_file() 1491 static int load_sysctl_prog(struct sysctl_test *test, const char *sysctl_path) in load_sysctl_prog() 1499 const struct sysctl_test *test) in access_sysctl() 1543 static int run_test_case(int cgfd, struct sysctl_test *test) in run_test_case()
|
| D | test_progs.c | 263 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result() 319 static void dump_test_log(const struct prog_test_def *test, in dump_test_log() 442 struct prog_test_def *test = env.test; in test__end_subtest() local 467 struct prog_test_def *test = env.test; in test__start_subtest() local 576 int bpf_find_map(const char *test, struct bpf_object *obj, const char *name) in bpf_find_map() 1257 struct prog_test_def *test = &prog_test_defs[test_num]; in run_one_test() local 1377 struct prog_test_def *test; in dispatch_thread() local 1514 struct prog_test_def *test = &prog_test_defs[i]; in calculate_summary_and_print_errors() local 1597 struct prog_test_def *test = &prog_test_defs[i]; in server_main() local 1725 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main() local [all …]
|
| /tools/testing/selftests/sched_ext/ |
| D | runner.c | 41 static void print_test_preamble(const struct scx_test *test, bool quiet) in print_test_preamble() 63 static void print_test_result(const struct scx_test *test, in print_test_result() 74 static bool should_skip_test(const struct scx_test *test, const char * filter) in should_skip_test() 79 static enum scx_test_status run_test(const struct scx_test *test) in run_test() 98 static bool test_valid(const struct scx_test *test) in test_valid() 155 struct scx_test *test = &__scx_tests[i]; in main() local 195 void scx_test_register(struct scx_test *test) in scx_test_register()
|
| /tools/testing/selftests/clone3/ |
| D | clone3.c | 163 struct test { struct 169 enum test_mode test_mode; argument 173 static const struct test tests[] = { argument
|
| /tools/testing/selftests/powerpc/vphn/ |
| D | test-vphn.c | 21 static struct test { struct 25 } all_tests[] = { argument 366 static int test_one(struct test *test) in test_one() 394 static struct test *test; in test_vphn() local
|
| /tools/build/feature/ |
| D | test-clang-bpf-co-re.c | 4 struct test { struct 9 volatile struct test global_value_for_test = {}; argument
|
| /tools/testing/selftests/kvm/ |
| D | system_counter_offset_test.c | 36 static void setup_system_counter(struct kvm_vcpu *vcpu, struct test_case *test) in setup_system_counter() 42 static uint64_t guest_read_system_counter(struct test_case *test) in guest_read_system_counter() 47 static uint64_t host_read_guest_system_counter(struct test_case *test) in host_read_guest_system_counter() 66 struct test_case *test = &test_cases[i]; in guest_main() local 96 struct test_case *test = &test_cases[i]; in enter_guest() local
|
| /tools/testing/selftests/kvm/s390x/ |
| D | tprot.c | 72 struct test { struct 79 * We perform each test in the array by executing TEST PROTECTION on argument
|
| /tools/testing/selftests/resctrl/ |
| D | resctrl_tests.c | 84 static int test_prepare(const struct resctrl_test *test) in test_prepare() 103 static void test_cleanup(const struct resctrl_test *test) in test_cleanup() 111 static bool test_vendor_specific_check(const struct resctrl_test *test) in test_vendor_specific_check() 119 static void run_single_test(const struct resctrl_test *test, const struct user_params *uparams) in run_single_test()
|
| D | cat_test.c | 156 static int cat_test(const struct resctrl_test *test, in cat_test() 235 static int cat_run_test(const struct resctrl_test *test, const struct user_params *uparams) in cat_run_test() 291 static bool arch_supports_noncont_cat(const struct resctrl_test *test) in arch_supports_noncont_cat() 313 static int noncont_cat_run_test(const struct resctrl_test *test, in noncont_cat_run_test() 371 static bool noncont_cat_feature_check(const struct resctrl_test *test) in noncont_cat_feature_check()
|
| D | mbm_test.c | 103 static int mbm_setup(const struct resctrl_test *test, in mbm_setup() 133 static int mbm_run_test(const struct resctrl_test *test, const struct user_params *uparams) in mbm_run_test() 168 static bool mbm_feature_check(const struct resctrl_test *test) in mbm_feature_check()
|
| D | mba_test.c | 38 static int mba_setup(const struct resctrl_test *test, in mba_setup() 164 static int mba_run_test(const struct resctrl_test *test, const struct user_params *uparams) in mba_run_test() 186 static bool mba_feature_check(const struct resctrl_test *test) in mba_feature_check()
|
| D | cmt_test.c | 30 static int cmt_setup(const struct resctrl_test *test, in cmt_setup() 117 static int cmt_run_test(const struct resctrl_test *test, const struct user_params *uparams) in cmt_run_test() 187 static bool cmt_feature_check(const struct resctrl_test *test) in cmt_feature_check()
|
| /tools/testing/selftests/x86/ |
| D | lam.c | 260 int handle_max_bits(struct testcases *test) in handle_max_bits() 279 static int handle_malloc(struct testcases *test) in handle_malloc() 311 static int handle_mmap(struct testcases *test) in handle_mmap() 347 static int handle_syscall(struct testcases *test) in handle_syscall() 634 int handle_uring(struct testcases *test) in handle_uring() 652 static int fork_test(struct testcases *test) in fork_test() 672 static int handle_execve(struct testcases *test) in handle_execve() 708 static int handle_inheritance(struct testcases *test) in handle_inheritance() 745 struct testcases *test = arg; in thread_fn_set_lam() local 750 static int handle_thread(struct testcases *test) in handle_thread() [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | section_names.c | 208 static void test_prog_type_by_name(const struct sec_name_test *test) in test_prog_type_by_name() 232 static void test_attach_type_by_name(const struct sec_name_test *test) in test_attach_type_by_name() 255 struct sec_name_test *test = &tests[i]; in test_section_names() local
|
| D | btf_skc_cls_ingress.c | 188 struct test { struct 194 static struct test tests[] = { argument
|
| D | flow_dissector.c | 92 struct test { struct 110 struct test tests[] = { argument
|
| D | sk_lookup.c | 65 struct test { struct 66 const char *desc; 67 struct bpf_program *lookup_prog; 68 struct bpf_program *reuseport_prog; 69 struct bpf_map *sock_map; 70 int sotype; 71 struct inet_addr connect_to; 72 struct inet_addr listen_at; 73 enum server accept_on; 74 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
|
| /tools/testing/selftests/net/ |
| D | ip_local_port_range.c | 217 const struct test { in TEST_F() struct 218 __u16 range_lo; in TEST_F() 219 __u16 range_hi; in TEST_F() 265 const struct test { in TEST_F() struct 266 __u16 range_lo; in TEST_F() 267 __u16 range_hi; in TEST_F() 268 __u16 expected; in TEST_F()
|
| /tools/testing/selftests/kvm/aarch64/ |
| D | page_fault_test.c | 252 static bool guest_prepare(struct test_desc *test) in guest_prepare() 266 static void guest_test_check(struct test_desc *test) in guest_test_check() 278 static void guest_code(struct test_desc *test) in guest_code() 366 struct test_desc *test = p->test_desc; in setup_uffd() local 387 static void free_uffd(struct test_desc *test, struct uffd_desc *pt_uffd, in free_uffd() 541 struct test_desc *test) in setup_abort_handlers() 621 static void setup_default_handlers(struct test_desc *test) in setup_default_handlers() 630 static void check_event_counts(struct test_desc *test) in check_event_counts() 639 struct test_desc *test = p->test_desc; in print_test_banner() local 657 struct test_desc *test) in vcpu_run_loop() [all …]
|
| /tools/testing/radix-tree/ |
| D | maple.c | 30 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); } argument 63 struct rcu_test_struct2 *test; member 34330 static void rcu_reader_register(struct rcu_test_struct2 *test) in rcu_reader_register() 34340 unsigned int id, struct rcu_test_struct2 *test) in rcu_reader_setup() 34355 struct rcu_test_struct2 *test = reader->test; in rcu_reader_fwd() local 34465 struct rcu_test_struct2 *test = reader->test; in rcu_reader_rev() local 34595 static void rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_rev() 34654 static void rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_fwd() 34727 struct rcu_test_struct2 test; in rcu_stress() local 34828 int eval_rcu_entry(struct rcu_test_struct *test, void *entry, bool *update_2, in eval_rcu_entry() [all …]
|
| /tools/pci/ |
| D | pcitest.c | 39 static int run_test(struct pci_test *test) in run_test() 158 struct pci_test *test; in main() local
|
| /tools/perf/tests/ |
| D | attr.py | 36 def __init__(self, test, msg): argument 43 def __init__(self, test, arch): argument 50 def __init__(self, test): argument
|