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

/external/fio/
H A Dclient.h28 struct fio_client { struct
77 typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *);
79 typedef void (client_timed_out_op)(struct fio_client *);
80 typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je);
81 typedef void (client_iolog_op)(struct fio_client *client, struct cmd_iolog_pdu *);
113 extern int fio_handle_client(struct fio_client *);
123 extern int fio_client_connect(struct fio_client *);
125 extern int fio_start_client(struct fio_client *);
128 extern int fio_client_send_ini(struct fio_client *, const char *, int);
131 extern struct fio_client *fio_client_add_explici
[all...]

Completed in 122 milliseconds