Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c201 struct test_config { in vl_in()
213 bool (*supported)(struct test_config *config); in vl_expected()
214 void (*set_expected_values)(struct test_config *config); in vl_expected()
215 void (*modify_values)(pid_t child, struct test_config *test_config); in vl_expected()
218 static int vl_in(struct test_config *config) in vl_expected()
230 static int vl_expected(struct test_config *config) in run_child()
242 static void run_child(struct test_config *config) in run_child()
416 static bool check_ptrace_values_sve(pid_t child, struct test_config *config) in check_ptrace_values_sve()
509 static bool check_ptrace_values_ssve(pid_t child, struct test_config *confi in check_ptrace_values_ssve()
184 struct test_config { global() struct
196 svcr_expectedtest_config global() argument
1105 fpsimd_write(pid_t child,struct test_config * test_config) fpsimd_write() argument
1542 struct test_config test_config; run_sve_tests() local
1572 struct test_config test_config; run_sme_tests() local
1615 struct test_config test_config; main() local
[all...]
/linux/lib/
H A Dtest_kmod.c78 struct test_config { struct
130 struct test_config config;
181 struct test_config *config = &test_dev->config; in kmod_test_done_check()
197 struct test_config *config = &test_dev->config; in test_kmod_put_module()
220 struct test_config *config = &test_dev->config; in run_request()
251 struct test_config *config = &test_dev->config; in tally_work_test()
292 struct test_config *config = &test_dev->config; in tally_up_work()
351 struct test_config *config = &test_dev->config; in test_dev_kmod_stop_tests()
389 struct test_config *config = &test_dev->config; in try_requests()
426 struct test_config *config = &test_dev->config; in run_test_driver()
[all …]
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c10 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config() function
32 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_event_with_pmu()
44 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_group_event()
50 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_BRANCH_INSTRUCTIONS)); in test__hybrid_hw_group_event()
67 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_sw_hw_group_event()
80 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_hw_sw_group_event()
97 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__hybrid_group_modifier1()
105 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_BRANCH_INSTRUCTIONS)); in test__hybrid_group_modifier1()
132 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0x1a)); in test__hybrid_raw2()
174 TEST_ASSERT_VAL("wrong config", test_config(evse in test__hybrid_hw_group_event_2()
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c34 struct test_config { struct
90 static void test_bpf_mod_race_config(const struct test_config *config) in test_bpf_mod_race_config()
188 static const struct test_config ksym_config = {
194 static const struct test_config kfunc_config = {
H A Dselect_reuseport.c769 static void test_config(int sotype, sa_family_t family, bool inany) in test_config()
840 test_config(c->sotype, c->family, c->inany); in test_all()
768 static void test_config(int sotype, sa_family_t family, bool inany) test_config() function
/linux/tools/testing/selftests/drivers/net/
H A Dring_reconfig.py52 def test_config(config): function
73 test_config(config)
85 test_config(config)