Searched refs:test_params (Results 1 – 12 of 12) sorted by relevance
/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 …]
|
/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()
|
/linux/tools/testing/selftests/kvm/ |
H A D | memslot_modification_stress_test.c | 78 struct test_params { struct 87 struct test_params *p = arg; in run_test() argument 141 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 | demand_paging_test.c | 132 struct test_params { struct 155 struct test_params *p = arg; in run_test() argument 274 struct test_params p = { in main()
|
H A D | kvm_page_table_test.c | 229 struct test_params { struct 238 struct test_params *p = arg; in pre_init_before_test() argument 440 struct test_params p = { in main()
|
H A D | dirty_log_perf_test.c | 126 struct test_params { struct 138 struct test_params *p = arg; in run_test() argument 339 struct test_params p = { in main()
|
H A D | dirty_log_test.c | 680 struct test_params { struct 688 struct test_params *p = arg; in run_test() argument 855 struct test_params p = { in main()
|
/linux/lib/math/ |
H A D | test_mul_u64_u64_div_u64.c | 13 typedef struct { u64 a; u64 b; u64 c; u64 result; } test_params; typedef 15 static test_params test_values[] = {
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
H A D | dml2_top_soc15.c | 158 l->uclk_pstate.test_params.instance = ¶ms->dml->pmo_instance; in dml2_top_optimization_test_function_uclk_pstate() 159 l->uclk_pstate.test_params.base_display_config = params->display_config; in dml2_top_optimization_test_function_uclk_pstate() 161 return params->dml->pmo_instance.test_for_uclk_pstate(&l->uclk_pstate.test_params); in dml2_top_optimization_test_function_uclk_pstate() 212 struct optimization_test_function_params test_params = { 0 }; in dml2_top_optimization_perform_optimization_phase() local 231 test_params.locals = &l->test_function_locals; in dml2_top_optimization_perform_optimization_phase() 232 test_params.dml = params->dml; in dml2_top_optimization_perform_optimization_phase() 233 test_params.display_config = &l->cur_candidate_display_cfg; in dml2_top_optimization_perform_optimization_phase() 235 test_passed = params->test_function(&test_params); in dml2_top_optimization_perform_optimization_phase() 262 memset(&test_params, 0, sizeof(struct optimization_test_function_params)); in dml2_top_optimization_perform_optimization_phase() 263 test_params.locals = &l->test_function_locals; in dml2_top_optimization_perform_optimization_phase() [all …]
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_dma_buf.c | 206 static const struct dma_buf_test_params test_params[] = { variable 264 for (params = test_params; params->mem_mask; ++params) { in dma_buf_run_device()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
H A D | dml2_internal_shared_types.h | 822 struct dml2_pmo_test_for_pstate_support_in_out test_params; member
|