Home
last modified time | relevance | path

Searched refs:fio_client (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dclient.h28 struct fio_client { struct
77 typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *); argument
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_explicit(struct client_ops *, const char *, int, int);
[all …]
Dclient.c28 static void handle_du(struct fio_client *client, struct fio_net_cmd *cmd);
29 static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd);
30 static void handle_gs(struct fio_client *client, struct fio_net_cmd *cmd);
31 static void handle_probe(struct fio_client *client, struct fio_net_cmd *cmd);
32 static void handle_text(struct fio_client *client, struct fio_net_cmd *cmd);
33 static void handle_stop(struct fio_client *client, struct fio_net_cmd *cmd);
34 static void handle_start(struct fio_client *client, struct fio_net_cmd *cmd);
72 static void fio_client_add_hash(struct fio_client *client) in fio_client_add_hash()
80 static void fio_client_remove_hash(struct fio_client *client) in fio_client_remove_hash()
142 static struct fio_client *find_client_by_fd(int fd) in find_client_by_fd()
[all …]
Dgclient.c17 static void gfio_display_ts(struct fio_client *client, struct thread_stat *ts,
114 static void gfio_text_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_text_op()
263 static void gfio_disk_util_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_disk_util_op()
288 static void gfio_thread_status_op(struct fio_client *client, in gfio_thread_status_op()
311 static void gfio_group_stats_op(struct fio_client *client, in gfio_group_stats_op()
344 static void gfio_update_client_eta(struct fio_client *client, struct jobs_eta *je)
535 static void gfio_probe_op(struct fio_client *client, struct fio_net_cmd *cmd)
568 static void gfio_quit_op(struct fio_client *client, struct fio_net_cmd *cmd)
590 static void gfio_add_job_op(struct fio_client *client, struct fio_net_cmd *cmd)
637 static void gfio_update_job_op(struct fio_client *client,
[all …]
Dgfio.h151 struct fio_client *client;
Dgfio.c629 static void gfio_set_client(struct gfio_client *gc, struct fio_client *client) in gfio_set_client()
635 static void gfio_client_added(struct gui_entry *ge, struct fio_client *client) in gfio_client_added()
679 struct fio_client *client; in connect_clicked()
842 struct fio_client *client; in do_file_open()