Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dreuseport_bpf.c29 struct test_params { struct
464 test_reuseport_ebpf((struct test_params) { in main()
471 test_reuseport_ebpf((struct test_params) { in main()
478 test_reuseport_cbpf((struct test_params) { in main()
485 test_reuseport_cbpf((struct test_params) { in main()
492 test_extra_filter((struct test_params) { in main()
502 test_reuseport_ebpf((struct test_params) { in main()
509 test_reuseport_ebpf((struct test_params) { in main()
530 test_extra_filter((struct test_params) { in main()
586 test_extra_filter((struct test_params) { in main()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
A Ddml2_top_optimization.c135 struct optimization_test_function_params test_params = { 0 }; in dml2_top_optimization_perform_optimization_phase() local
154 test_params.locals = &l->test_function_locals; in dml2_top_optimization_perform_optimization_phase()
155 test_params.dml = params->dml; in dml2_top_optimization_perform_optimization_phase()
156 test_params.display_config = &l->cur_candidate_display_cfg; in dml2_top_optimization_perform_optimization_phase()
158 test_passed = params->test_function(&test_params); in dml2_top_optimization_perform_optimization_phase()
188 test_params.locals = &l->test_function_locals; in dml2_top_optimization_perform_optimization_phase()
189 test_params.dml = params->dml; in dml2_top_optimization_perform_optimization_phase()
190 test_params.display_config = &l->next_candidate_display_cfg; in dml2_top_optimization_perform_optimization_phase()
191 test_passed = params->test_function(&test_params); in dml2_top_optimization_perform_optimization_phase()
261 l->uclk_pstate.test_params.instance = &params->dml->pmo_instance; in dml2_top_optimization_test_function_uclk_pstate()
[all …]
/linux/samples/bpf/
A Dmap_perf_test.bpf.c186 } 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/
A Dmemslot_modification_stress_test.c78 struct test_params { struct
87 struct test_params *p = arg; in run_test() argument
141 struct test_params p = { in main()
A Daccess_tracking_perf_test.c68 struct test_params { struct
305 struct test_params *params = arg; in run_test()
352 struct test_params params = { in main()
A Ddemand_paging_test.c132 struct test_params { struct
155 struct test_params *p = arg; in run_test() argument
274 struct test_params p = { in main()
A Ddirty_log_perf_test.c126 struct test_params { struct
138 struct test_params *p = arg; in run_test() argument
339 struct test_params p = { in main()
A Dkvm_page_table_test.c229 struct test_params { struct
238 struct test_params *p = arg; in pre_init_before_test() argument
440 struct test_params p = { in main()
A Ddirty_log_test.c680 struct test_params { struct
688 struct test_params *p = arg; in run_test() argument
855 struct test_params p = { in main()
/linux/lib/math/
A Dtest_mul_u64_u64_div_u64.c13 typedef struct { u64 a; u64 b; u64 c; u64 result; } test_params; typedef
15 static test_params test_values[] = {
/linux/arch/s390/lib/
A Dtest_unwind.c430 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/tools/testing/selftests/kvm/aarch64/
A Dpage_fault_test.c68 struct test_params { struct
363 static void setup_uffd(struct kvm_vm *vm, struct test_params *p, in setup_uffd()
575 static void setup_memslots(struct kvm_vm *vm, struct test_params *p) in setup_memslots()
637 static void print_test_banner(enum vm_guest_mode mode, struct test_params *p) in print_test_banner()
699 struct test_params *p = (struct test_params *)arg; in run_test()
1102 struct test_params p = { in for_each_test_and_guest_mode()
/linux/drivers/gpu/drm/xe/tests/
A Dxe_dma_buf.c206 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/mm/kmsan/
A Dkmsan_test.c246 static void test_params(struct kunit *test) in test_params() function
649 KUNIT_CASE(test_params),
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
A Ddml2_internal_shared_types.h844 struct dml2_pmo_test_for_pstate_support_in_out test_params; member

Completed in 34 milliseconds