Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dtest_firmware.c94 struct test_config { struct
115 static struct test_config *test_fw_config; argument
Dtest_kmod.c80 struct test_config { struct
81 char *test_driver;
82 char *test_fs;
83 unsigned int num_threads;
84 enum kmod_test_case test_case;
85 int test_result;
/kernel/linux/linux-5.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