Searched refs:test_params (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 31 struct test_params { struct 152 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group() 188 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from() 213 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order() 273 static void test_reuseport_ebpf(struct test_params p) in test_reuseport_ebpf() 290 static void test_reuseport_cbpf(struct test_params p) in test_reuseport_cbpf() 307 static void test_extra_filter(const struct test_params p) in test_extra_filter() 339 static void test_filter_no_reuseport(const struct test_params p) in test_filter_no_reuseport() 466 test_reuseport_ebpf((struct test_params) { in main() 473 test_reuseport_ebpf((struct test_params) { in main() [all …]
|
/Linux-v5.15/drivers/gpu/drm/selftests/ |
D | test-drm_dp_mst_helper.c | 24 } test_params[] = { in igt_dp_mst_calc_pbn_mode() local 32 for (i = 0; i < ARRAY_SIZE(test_params); i++) { in igt_dp_mst_calc_pbn_mode() 33 pbn = drm_dp_calc_pbn_mode(test_params[i].rate, in igt_dp_mst_calc_pbn_mode() 34 test_params[i].bpp, in igt_dp_mst_calc_pbn_mode() 35 test_params[i].dsc); in igt_dp_mst_calc_pbn_mode() 36 FAIL(pbn != test_params[i].expected, in igt_dp_mst_calc_pbn_mode() 38 test_params[i].expected, test_params[i].rate, in igt_dp_mst_calc_pbn_mode() 39 test_params[i].bpp, pbn); in igt_dp_mst_calc_pbn_mode()
|
/Linux-v5.15/samples/bpf/ |
D | map_perf_test_kern.c | 177 } test_params; in SYSCALL() local 190 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in SYSCALL() 195 if (test_params.magic0 != 0xdead || in SYSCALL() 196 test_params.magic1 != 0xbeef) in SYSCALL() 199 test_case = test_params.tcase; in SYSCALL() 224 key = test_params.key; in SYSCALL()
|
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | memslot_modification_stress_test.c | 94 struct test_params { struct 102 struct test_params *p = arg; in run_test() argument 171 struct test_params p = { in main()
|
D | access_tracking_perf_test.c | 69 struct test_params { struct 329 struct test_params *params = arg; in run_test() 381 struct test_params params = { in main()
|
D | dirty_log_perf_test.c | 90 struct test_params { struct 172 struct test_params *p = arg; in run_test() 345 struct test_params p = { in main()
|
D | kvm_page_table_test.c | 243 struct test_params { struct 252 struct test_params *p = arg; in pre_init_before_test() argument 466 struct test_params p = { in main()
|
D | demand_paging_test.c | 275 struct test_params { struct 284 struct test_params *p = arg; in run_test() argument 440 struct test_params p = { in main()
|
D | dirty_log_test.c | 695 struct test_params { struct 703 struct test_params *p = arg; in run_test() argument 854 struct test_params p = { in main()
|