Home
last modified time | relevance | path

Searched refs:test_params (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c29 struct test_params { struct
150 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group()
186 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from()
211 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order()
271 static void test_reuseport_ebpf(struct test_params p) in test_reuseport_ebpf()
288 static void test_reuseport_cbpf(struct test_params p) in test_reuseport_cbpf()
305 static void test_extra_filter(const struct test_params p) in test_extra_filter()
337 static void test_filter_no_reuseport(const struct test_params p) in test_filter_no_reuseport()
464 test_reuseport_ebpf((struct test_params) { in main()
471 test_reuseport_ebpf((struct test_params) { in main()
[all …]
/linux/samples/bpf/
H A Dmap_perf_test.bpf.c186 } test_params; in BPF_KSYSCALL() local
196 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()
/linux/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c79 struct test_params {
88 struct test_params *p = arg; in run_test()
142 struct test_params p = { in main()
78 struct test_params { global() struct
87 disable_slot_zap_quirktest_params run_test() argument
H A Ddemand_paging_test.c132 struct test_params { struct
155 struct test_params *p = arg; in run_test() argument
274 struct test_params p = { in main()
H A Dkvm_page_table_test.c229 struct test_params { struct
238 struct test_params *p = arg; in pre_init_before_test() argument
440 struct test_params p = { in main()
H A Daccess_tracking_perf_test.c99 struct test_params {
407 struct test_params *params = arg; in run_test()
523 struct test_params params = { in main()
98 struct test_params { global() struct
100 backing_srctest_params global() argument
103 vcpu_memory_bytestest_params global() argument
106 nr_vcpustest_params global() argument
/linux/arch/s390/lib/
H A Dtest_unwind.c430 struct test_params { struct
439 static const struct test_params param_list[] = { argument
484 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()
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py84 test_params = "" variable
87 test_params += f' {param}'
/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c13 typedef struct { u64 a; u64 b; u64 d; u64 result; uint round_up;} test_params; typedef
15 static test_params test_values[] = {
/linux/tools/testing/selftests/kvm/arm64/
H A Dpage_fault_test.c68 struct test_params { struct
363 static void setup_uffd(struct kvm_vm *vm, struct test_params *p, in setup_uffd()
575 static void setup_memslots(struct kvm_vm *vm, struct test_params *p) in setup_memslots()
637 static void print_test_banner(enum vm_guest_mode mode, struct test_params *p) in print_test_banner()
699 struct test_params *p = (struct test_params *)arg; in run_test()
1102 struct test_params p = { in for_each_test_and_guest_mode()
/linux/mm/kmsan/
H A Dkmsan_test.c246 static void test_params(struct kunit *test) in test_params() function
680 KUNIT_CASE(test_params),