Searched defs:fio_client (Results 1 – 1 of 1) sorted by relevance
28 struct fio_client { struct29 struct flist_head list;30 struct flist_head hash_list;31 struct flist_head arg_list;32 union {37 char *hostname;38 int port;39 int fd;40 unsigned int refs;42 char *name;[all …]