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
98 struct test_config { struct99 char *name;100 bool into_buf;101 size_t buf_size;102 size_t file_offset;103 bool partial;104 bool sync_direct;105 bool send_uevent;106 u8 num_requests;107 u8 read_fw_idx;[all …]
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;