Searched refs:test_params (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/tools/testing/selftests/net/ |
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 …]
|
/Linux-v6.1/drivers/gpu/drm/tests/ |
D | drm_dp_mst_helper_test.c | 27 } test_params[] = { in drm_test_dp_mst_calc_pbn_mode() local 35 for (i = 0; i < ARRAY_SIZE(test_params); i++) { in drm_test_dp_mst_calc_pbn_mode() 36 pbn = drm_dp_calc_pbn_mode(test_params[i].rate, in drm_test_dp_mst_calc_pbn_mode() 37 test_params[i].bpp, in drm_test_dp_mst_calc_pbn_mode() 38 test_params[i].dsc); in drm_test_dp_mst_calc_pbn_mode() 39 KUNIT_EXPECT_EQ_MSG(test, pbn, test_params[i].expected, in drm_test_dp_mst_calc_pbn_mode() 41 test_params[i].expected, test_params[i].rate, in drm_test_dp_mst_calc_pbn_mode() 42 test_params[i].bpp, pbn); in drm_test_dp_mst_calc_pbn_mode()
|
/Linux-v6.1/samples/bpf/ |
D | map_perf_test_kern.c | 189 } test_params; in SYSCALL() local 202 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in SYSCALL() 207 if (test_params.magic0 != 0xdead || in SYSCALL() 208 test_params.magic1 != 0xbeef) in SYSCALL() 211 test_case = test_params.tcase; in SYSCALL() 236 key = test_params.key; in SYSCALL()
|
/Linux-v6.1/tools/testing/selftests/kvm/ |
D | memslot_modification_stress_test.c | 89 struct test_params { struct 97 struct test_params *p = arg; in run_test() argument 146 struct test_params p = { in main()
|
D | access_tracking_perf_test.c | 70 struct test_params { struct 302 struct test_params *params = arg; in run_test() 352 struct test_params params = { in main()
|
D | kvm_page_table_test.c | 231 struct test_params { struct 240 struct test_params *p = arg; in pre_init_before_test() argument 444 struct test_params p = { in main()
|
D | dirty_log_perf_test.c | 128 struct test_params { struct 210 struct test_params *p = arg; in run_test() 393 struct test_params p = { in main()
|
D | demand_paging_test.c | 270 struct test_params { struct 279 struct test_params *p = arg; in run_test() argument 399 struct test_params p = { in main()
|
D | dirty_log_test.c | 687 struct test_params { struct 695 struct test_params *p = arg; in run_test() argument 845 struct test_params p = { in main()
|
/Linux-v6.1/arch/s390/lib/ |
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()
|
/Linux-v6.1/mm/kmsan/ |
D | kmsan_test.c | 234 static void test_params(struct kunit *test) in test_params() function 506 KUNIT_CASE(test_params),
|