Searched defs:test_config (Results 1 – 4 of 4) sorted by relevance
33 struct test_config { struct34 const char *str_open;35 void *(*bpf_open_and_load)();36 void (*bpf_destroy)(void *);
778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() function
99 struct test_config { struct100 char *name;101 bool into_buf;102 size_t buf_size;104 bool partial;105 bool sync_direct;106 bool send_uevent;107 u8 num_requests;108 u8 read_fw_idx;109 char *upload_name;[all …]
69 struct test_config { struct70 char *test_driver;71 char *test_fs;72 unsigned int num_threads;73 enum kmod_test_case test_case;74 int test_result;
Completed in 10 milliseconds