/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 29 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 …]
|
/openbmc/libmctp/tests/ |
H A D | test_core.c | 44 struct test_params { struct 54 struct test_params *param = (struct test_params *)data; in rx_message() argument 140 struct test_params test_param; in mctp_core_test_simple_rx() 168 struct test_params test_param; in mctp_core_test_receive_equal_length_fragments() 209 struct test_params test_param; in mctp_core_test_receive_unexpected_smaller_middle_fragment() 249 struct test_params test_param; in mctp_core_test_receive_unexpected_bigger_middle_fragment() 289 struct test_params test_param; in mctp_core_test_receive_smaller_end_fragment() 331 struct test_params test_param; in mctp_core_test_receive_bigger_end_fragment() 371 struct test_params test_param; in mctp_core_test_drop_large_fragments() 401 struct test_params test_param; in mctp_core_test_exhaust_context_buffers() [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | map_perf_test.bpf.c | 186 } 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()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | memslot_modification_stress_test.c | 87 struct test_params { struct 95 struct test_params *p = arg; in run_test() argument 141 struct test_params p = { in main()
|
H A D | demand_paging_test.c | 111 struct test_params { struct 132 struct test_params *p = arg; in run_test() argument 234 struct test_params p = { in main()
|
H A D | access_tracking_perf_test.c | 68 struct test_params { struct 305 struct test_params *params = arg; in run_test() 352 struct test_params params = { in main()
|
H A D | dirty_log_perf_test.c | 128 struct test_params { struct 141 struct test_params *p = arg; in run_test() argument 344 struct test_params p = { in main()
|
H A D | kvm_page_table_test.c | 231 struct test_params { struct 240 struct test_params *p = arg; in pre_init_before_test() argument 442 struct test_params p = { in main()
|
H A D | dirty_log_test.c | 696 struct test_params { struct 704 struct test_params *p = arg; in run_test() argument 871 struct test_params p = { in main()
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_unwind.c | 430 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()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 69 struct test_params { struct 364 static void setup_uffd(struct kvm_vm *vm, struct test_params *p, in setup_uffd() 576 static void setup_memslots(struct kvm_vm *vm, struct test_params *p) in setup_memslots() 638 static void print_test_banner(enum vm_guest_mode mode, struct test_params *p) in print_test_banner() 700 struct test_params *p = (struct test_params *)arg; in run_test() 1100 struct test_params p = { in for_each_test_and_guest_mode()
|
/openbmc/linux/mm/kmsan/ |
H A D | kmsan_test.c | 235 static void test_params(struct kunit *test) in test_params() function 590 KUNIT_CASE(test_params),
|
/openbmc/u-boot/drivers/ram/aspeed/ |
H A D | sdram_ast2500.c | 134 const u32 test_params = SDRAM_TEST_EN in ast2500_ddr_cbr_test() local 153 writel((i << SDRAM_TEST_GEN_MODE_SHIFT) | test_params, in ast2500_ddr_cbr_test()
|