Searched refs:test_params (Results 1 – 10 of 10) sorted by relevance
31 struct test_params { struct466 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 …]
24 } test_params[] = { in igt_dp_mst_calc_pbn_mode() local32 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()
177 } test_params; in SYSCALL() local190 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()
90 struct test_params { struct98 struct test_params *p = arg; in run_test() argument147 struct test_params p = { in main()
69 struct test_params { struct297 struct test_params *params = arg; in run_test()347 struct test_params params = { in main()
87 struct test_params { struct169 struct test_params *p = arg; in run_test()330 struct test_params p = { in main()
272 struct test_params { struct281 struct test_params *p = arg; in run_test() argument402 struct test_params p = { in main()
243 struct test_params { struct252 struct test_params *p = arg; in pre_init_before_test() argument466 struct test_params p = { in main()
695 struct test_params { struct703 struct test_params *p = arg; in run_test() argument854 struct test_params p = { in main()
288 struct test_params { struct296 static const struct test_params param_list[] = { argument344 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