Searched refs:test_params (Results 1 – 11 of 11) sorted by relevance
29 struct test_params { struct464 test_reuseport_ebpf((struct test_params) { in main()471 test_reuseport_ebpf((struct test_params) { in main()478 test_reuseport_cbpf((struct test_params) { in main()485 test_reuseport_cbpf((struct test_params) { in main()492 test_extra_filter((struct test_params) { in main()502 test_reuseport_ebpf((struct test_params) { in main()509 test_reuseport_ebpf((struct test_params) { in main()530 test_extra_filter((struct test_params) { in main()586 test_extra_filter((struct test_params) { in main()[all …]
186 } test_params; in BPF_KSYSCALL() local196 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in BPF_KSYSCALL()201 if (test_params.magic0 != 0xdead || in BPF_KSYSCALL()202 test_params.magic1 != 0xbeef) in BPF_KSYSCALL()205 test_case = test_params.tcase; in BPF_KSYSCALL()230 key = test_params.key; in BPF_KSYSCALL()
87 struct test_params { struct95 struct test_params *p = arg; in run_test() argument141 struct test_params p = { in main()
111 struct test_params { struct131 struct test_params *p = arg; in run_test() argument231 struct test_params p = { in main()
68 struct test_params { struct305 struct test_params *params = arg; in run_test()352 struct test_params params = { in main()
231 struct test_params { struct240 struct test_params *p = arg; in pre_init_before_test() argument442 struct test_params p = { in main()
128 struct test_params { struct212 struct test_params *p = arg; in run_test()424 struct test_params p = { in main()
709 struct test_params { struct717 struct test_params *p = arg; in run_test() argument867 struct test_params p = { in main()
430 struct test_params { struct439 static const struct test_params param_list[] = { argument484 static void get_desc(const struct test_params *params, char *desc) in get_desc()497 const struct test_params *params; in test_unwind_flags()500 params = (const struct test_params *)test->param_value; in test_unwind_flags()
70 struct test_params { struct365 static void setup_uffd(struct kvm_vm *vm, struct test_params *p, in setup_uffd()577 static void setup_memslots(struct kvm_vm *vm, struct test_params *p) in setup_memslots()639 static void print_test_banner(enum vm_guest_mode mode, struct test_params *p) in print_test_banner()701 struct test_params *p = (struct test_params *)arg; in run_test()1101 struct test_params p = { in for_each_test_and_guest_mode()
235 static void test_params(struct kunit *test) in test_params() function510 KUNIT_CASE(test_params),
Completed in 24 milliseconds