Searched defs:test_params (Results 1 – 11 of 11) sorted by relevance
128 struct test_params { struct129 unsigned long iterations;130 uint64_t phys_offset;131 int wr_fract;132 bool partition_vcpu_memory_access;133 enum vm_mem_backing_src_type backing_src;134 int slots;
89 struct test_params { struct97 struct test_params *p = arg; in run_test() argument
270 struct test_params { struct279 struct test_params *p = arg; in run_test() argument
70 struct test_params { struct72 enum vm_mem_backing_src_type backing_src;75 uint64_t vcpu_memory_bytes;78 int nr_vcpus;
231 struct test_params { struct240 struct test_params *p = arg; in pre_init_before_test() argument
687 struct test_params { struct695 struct test_params *p = arg; in run_test() argument
29 struct test_params { struct30 int recv_family;31 int send_family;32 int protocol;33 size_t recv_socks;34 uint16_t recv_port;35 uint16_t send_port_min;
430 struct test_params { struct439 static const struct test_params param_list[] = { argument
27 } test_params[] = { in drm_test_dp_mst_calc_pbn_mode() local
189 } test_params; in SYSCALL() local
234 static void test_params(struct kunit *test) in test_params() function