Searched defs:fio_client (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dclient.h23 struct fio_client { struct
72 typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *);
74 typedef void (client_timed_out_op)(struct fio_client *);
75 typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je);
76 typedef void (client_iolog_op)(struct fio_client *client, struct cmd_iolog_pdu *);
108 extern int fio_handle_client(struct fio_client *);
118 extern int fio_client_connect(struct fio_client *);
120 extern int fio_start_client(struct fio_client *);
122 extern int fio_client_send_ini(struct fio_client *, const char *);
126 extern struct fio_client *fio_client_add_explici
[all...]

Completed in 70 milliseconds