Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 102) sorted by relevance

12345

/tools/testing/scatterlist/
Dmain.c8 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/
Dxskxceiver.c118 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument
119 static char *mode_string(struct test_spec *test) in mode_string()
133 static void report_failure(struct test_spec *test) in report_failure()
381 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
429 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
456 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
461 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name()
466 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog()
476 static int test_spec_set_mtu(struct test_spec *test, int mtu) in test_spec_set_mtu()
527 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
[all …]
Dtest_sock_addr.c644 static int load_insns(const struct sock_addr_test *test, in load_insns()
663 static int load_path(const struct sock_addr_test *test, const char *path) in load_path()
697 static int bind4_prog_load(const struct sock_addr_test *test) in bind4_prog_load()
702 static int bind6_prog_load(const struct sock_addr_test *test) in bind6_prog_load()
707 static int connect4_prog_load(const struct sock_addr_test *test) in connect4_prog_load()
712 static int connect6_prog_load(const struct sock_addr_test *test) in connect6_prog_load()
717 static int xmsg_ret_only_prog_load(const struct sock_addr_test *test, in xmsg_ret_only_prog_load()
728 static int sendmsg_allow_prog_load(const struct sock_addr_test *test) in sendmsg_allow_prog_load()
733 static int sendmsg_deny_prog_load(const struct sock_addr_test *test) in sendmsg_deny_prog_load()
738 static int recvmsg_allow_prog_load(const struct sock_addr_test *test) in recvmsg_allow_prog_load()
[all …]
Dtest_sysctl.c1434 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()
Dtest_progs.c228 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result()
284 static void dump_test_log(const struct prog_test_def *test, in dump_test_log()
407 struct prog_test_def *test = env.test; in test__end_subtest() local
432 struct prog_test_def *test = env.test; in test__start_subtest() local
537 int bpf_find_map(const char *test, struct bpf_object *obj, const char *name) in bpf_find_map()
1074 struct prog_test_def *test = &prog_test_defs[test_num]; in run_one_test() local
1193 struct prog_test_def *test; in dispatch_thread() local
1330 struct prog_test_def *test = &prog_test_defs[i]; in calculate_summary_and_print_errors() local
1413 struct prog_test_def *test = &prog_test_defs[i]; in server_main() local
1541 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main() local
[all …]
Dtest_xdping.sh57 test() function
/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c21 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/
Dtest-clang-bpf-co-re.c4 struct test { struct
9 volatile struct test global_value_for_test = {}; argument
/tools/testing/selftests/kvm/
Dsystem_counter_offset_test.c36 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/
Dtprot.c72 struct test { struct
79 * We perform each test in the array by executing TEST PROTECTION on argument
/tools/testing/selftests/x86/
Dlam.c260 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/
Dsection_names.c163 static void test_prog_type_by_name(const struct sec_name_test *test) in test_prog_type_by_name()
187 static void test_attach_type_by_name(const struct sec_name_test *test) in test_attach_type_by_name()
210 struct sec_name_test *test = &tests[i]; in test_section_names() local
Dbtf_skc_cls_ingress.c188 struct test { struct
194 static struct test tests[] = { argument
Dflow_dissector.c93 struct test { struct
111 struct test tests[] = { argument
Dsk_lookup.c68 struct test { struct
69 const char *desc;
70 struct bpf_program *lookup_prog;
71 struct bpf_program *reuseport_prog;
72 struct bpf_map *sock_map;
73 int sotype;
74 struct inet_addr connect_to;
75 struct inet_addr listen_at;
76 enum server accept_on;
77 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
Dalign.c602 static int do_test_single(struct bpf_align_test *test) in do_test_single()
695 struct bpf_align_test *test = &tests[i]; in test_align() local
/tools/testing/selftests/net/
Dip_local_port_range.c201 const struct test { in TEST_F() struct
202 __u16 range_lo; in TEST_F()
203 __u16 range_hi; in TEST_F()
249 const struct test { in TEST_F() struct
250 __u16 range_lo; in TEST_F()
251 __u16 range_hi; in TEST_F()
252 __u16 expected; in TEST_F()
/tools/testing/selftests/kvm/aarch64/
Dpage_fault_test.c253 static bool guest_prepare(struct test_desc *test) in guest_prepare()
267 static void guest_test_check(struct test_desc *test) in guest_test_check()
279 static void guest_code(struct test_desc *test) in guest_code()
367 struct test_desc *test = p->test_desc; in setup_uffd() local
388 static void free_uffd(struct test_desc *test, struct uffd_desc *pt_uffd, in free_uffd()
542 struct test_desc *test) in setup_abort_handlers()
622 static void setup_default_handlers(struct test_desc *test) in setup_default_handlers()
631 static void check_event_counts(struct test_desc *test) in check_event_counts()
640 struct test_desc *test = p->test_desc; in print_test_banner() local
658 struct test_desc *test) in vcpu_run_loop()
[all …]
/tools/testing/radix-tree/
Dmaple.c29 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); } argument
62 struct rcu_test_struct2 *test; member
34321 static void rcu_reader_register(struct rcu_test_struct2 *test) in rcu_reader_register()
34331 unsigned int id, struct rcu_test_struct2 *test) in rcu_reader_setup()
34346 struct rcu_test_struct2 *test = reader->test; in rcu_reader_fwd() local
34456 struct rcu_test_struct2 *test = reader->test; in rcu_reader_rev() local
34586 static void rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_rev()
34645 static void rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_fwd()
34718 struct rcu_test_struct2 test; in rcu_stress() local
34819 int eval_rcu_entry(struct rcu_test_struct *test, void *entry, bool *update_2, in eval_rcu_entry()
[all …]
/tools/pci/
Dpcitest.c41 static int run_test(struct pci_test *test) in run_test()
160 struct pci_test *test; in main() local
/tools/perf/tests/
Dattr.py36 def __init__(self, test, msg): argument
43 def __init__(self, test, arch): argument
50 def __init__(self, test): argument
/tools/testing/selftests/mm/
Dmremap_test.c34 struct test { struct
57 (struct test){ \ argument
/tools/testing/selftests/bpf/progs/
Dlinked_list_fail.c47 #define CHECK(test, op, hexpr) \ argument
71 #define CHECK(test, op, hexpr, nexpr) \ argument
94 #define CHECK(test, op, lexpr, hexpr) \ argument
132 #define CHECK(test, op, lexpr, hexpr, nexpr) \ argument
/tools/testing/vsock/
DMakefile3 test: vsock_test vsock_diag_test target
/tools/testing/selftests/nolibc/
Dnolibc-test.c61 struct test { struct
62 const char *name; /* test name */ argument
63 int (*func)(int min, int max); /* handler */
599 int test; in run_startup() local
828 int test; in run_syscall() local
935 int test; in run_stdlib() local
1072 int test; in run_vfprintf() local
1231 static int is_setting_valid(char *test) in is_setting_valid()
1267 char *test; in main() local

12345