/kernel/linux/linux-5.10/lib/ |
H A D | test_kmod.c | 80 struct test_config { struct 131 struct test_config config; 182 struct test_config *config = &test_dev->config; in kmod_test_done_check() 198 struct test_config *config = &test_dev->config; in test_kmod_put_module() 221 struct test_config *config = &test_dev->config; in run_request() 252 struct test_config *config = &test_dev->config; in tally_work_test() 293 struct test_config *config = &test_dev->config; in tally_up_work() 352 struct test_config *config = &test_dev->config; in test_dev_kmod_stop_tests() 390 struct test_config *config = &test_dev->config; in try_requests() 427 struct test_config *confi in run_test_driver() [all...] |
H A D | test_firmware.c | 52 * test_config - represents configuration for the test for different triggers 96 struct test_config { struct 117 static struct test_config *test_fw_config; 1147 test_fw_config = kzalloc(sizeof(struct test_config), GFP_KERNEL); in test_firmware_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_kmod.c | 69 struct test_config { struct 120 struct test_config config; 171 struct test_config *config = &test_dev->config; in kmod_test_done_check() 187 struct test_config *config = &test_dev->config; in test_kmod_put_module() 210 struct test_config *config = &test_dev->config; in run_request() 241 struct test_config *config = &test_dev->config; in tally_work_test() 282 struct test_config *config = &test_dev->config; in tally_up_work() 341 struct test_config *config = &test_dev->config; in test_dev_kmod_stop_tests() 379 struct test_config *config = &test_dev->config; in try_requests() 416 struct test_config *confi in run_test_driver() [all...] |
H A D | test_firmware.c | 55 * struct test_config - represents configuration for the test for different triggers 100 struct test_config { struct 137 static struct test_config *test_fw_config; 1527 test_fw_config = kzalloc(sizeof(struct test_config), GFP_KERNEL); in test_firmware_init()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | parse-events.c | 37 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config() function 161 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_numeric() 205 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_SW_PAGE_FAULTS)); in test__checkevent_symbolic_alias() 228 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint() 242 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_x() 256 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_r() 271 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_w() 286 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_rw() 609 TEST_ASSERT_VAL("wrong config", test_config(evsel, 10)); in test__checkevent_pmu() 632 TEST_ASSERT_VAL("wrong config", test_config(evse in test__checkevent_list() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 10 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_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_INSTRUCTIONS)); in test__hybrid_group_modifier1() 132 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0x1a)); in test__hybrid_raw2()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 34 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 D | select_reuseport.c | 778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() function 836 test_config(c->sotype, c->family, c->inany); in test_all()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 787 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() function 845 test_config(c->sotype, c->family, c->inany); in test_all()
|