Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dreuseport_bpf.c31 struct test_params { struct
466 test_reuseport_ebpf((struct test_params) { in main()
473 test_reuseport_ebpf((struct test_params) { in main()
480 test_reuseport_cbpf((struct test_params) { in main()
487 test_reuseport_cbpf((struct test_params) { in main()
494 test_extra_filter((struct test_params) { in main()
504 test_reuseport_ebpf((struct test_params) { in main()
511 test_reuseport_ebpf((struct test_params) { in main()
532 test_extra_filter((struct test_params) { in main()
588 test_extra_filter((struct test_params) { in main()
[all …]
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_dp_mst_helper.c24 } 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/samples/bpf/
A Dmap_perf_test_kern.c177 } 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/tools/testing/selftests/kvm/
A Dmemslot_modification_stress_test.c90 struct test_params { struct
98 struct test_params *p = arg; in run_test() argument
147 struct test_params p = { in main()
A Daccess_tracking_perf_test.c69 struct test_params { struct
297 struct test_params *params = arg; in run_test()
347 struct test_params params = { in main()
A Ddirty_log_perf_test.c87 struct test_params { struct
169 struct test_params *p = arg; in run_test()
330 struct test_params p = { in main()
A Ddemand_paging_test.c272 struct test_params { struct
281 struct test_params *p = arg; in run_test() argument
402 struct test_params p = { in main()
A Dkvm_page_table_test.c243 struct test_params { struct
252 struct test_params *p = arg; in pre_init_before_test() argument
466 struct test_params p = { in main()
A Ddirty_log_test.c695 struct test_params { struct
703 struct test_params *p = arg; in run_test() argument
854 struct test_params p = { in main()
/linux/arch/s390/lib/
A Dtest_unwind.c288 struct test_params { struct
296 static const struct test_params param_list[] = { argument
344 static void get_desc(const struct test_params *params, char *desc) in get_desc()
357 const struct test_params *params; in test_unwind_flags()
360 params = (const struct test_params *)test->param_value; in test_unwind_flags()

Completed in 26 milliseconds