Home
last modified time | relevance | path

Searched defs:test_params (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c132 struct test_params { struct
155 struct test_params *p = arg; in run_test() argument
H A Dmemslot_modification_stress_test.c78 struct test_params { struct
87 struct test_params *p = arg; in run_test() argument
H A Dkvm_page_table_test.c229 struct test_params { struct
238 struct test_params *p = arg; in pre_init_before_test() argument
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c29 struct test_params { struct
30 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;
/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c13 typedef struct { u64 a; u64 b; u64 c; u64 result; } test_params; typedef
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py84 test_params = "" variable
/linux/tools/testing/selftests/kvm/arm64/
H A Dpage_fault_test.c68 struct test_params { struct
69 enum vm_mem_backing_src_type src_type;
70 struct test_desc *test_desc;
/linux/samples/bpf/
H A Dmap_perf_test.bpf.c186 } test_params; in BPF_KSYSCALL() local
/linux/mm/kmsan/
H A Dkmsan_test.c246 static void test_params(struct kunit *test) in test_params() function