Searched defs:test_config (Results 1 – 3 of 3) sorted by relevance
94 struct test_config { struct115 static struct test_config *test_fw_config; argument
80 struct test_config { struct81 char *test_driver;82 char *test_fs;83 unsigned int num_threads;84 enum kmod_test_case test_case;85 int test_result;
787 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() function