Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_kmod.c80 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 *config = &test_dev->config; in run_test_driver()
[all …]
Dtest_firmware.c94 struct test_config { struct
115 static struct test_config *test_fw_config; argument
1104 test_fw_config = kzalloc(sizeof(struct test_config), GFP_KERNEL); in test_firmware_init()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c787 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()