Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c34 struct test_config { struct
35 const char *str_open;
36 void *(*bpf_open_and_load)();
37 void (*bpf_destroy)(void *);
H A Dselect_reuseport.c768 static void test_config(int sotype, sa_family_t family, bool inany) test_config() function
/linux/lib/
H A Dtest_firmware.c101 struct test_config { struct
138 static struct test_config *test_fw_config; argument
102 nametest_config global() argument
103 into_buftest_config global() argument
104 buf_sizetest_config global() argument
105 file_offsettest_config global() argument
106 partialtest_config global() argument
107 sync_directtest_config global() argument
108 send_ueventtest_config global() argument
109 num_requeststest_config global() argument
110 read_fw_idxtest_config global() argument
111 upload_nametest_config global() argument
H A Dtest_kmod.c78 struct test_config { struct
79 char *test_driver;
80 char *test_fs;
81 unsigned int num_threads;
82 enum kmod_test_case test_case;
83 int test_result;
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c184 struct test_config { struct
196 bool (*supported)(struct test_config *config); argument
1105 static void fpsimd_write(pid_t child, struct test_config *test_config) in fpsimd_write()
1542 struct test_config test_config; in run_sve_tests() local
1572 struct test_config test_config; in run_sme_tests() local
1615 struct test_config test_config; in main() local
/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