Searched refs:fio_client (Results 1 – 5 of 5) sorted by relevance
/external/fio/ |
D | client.h | 28 struct fio_client { struct 79 typedef void (client_cmd_op)(struct fio_client *, struct fio_net_cmd *); argument 81 typedef void (client_timed_out_op)(struct fio_client *); 82 typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je); 113 extern int fio_handle_client(struct fio_client *); 122 extern int fio_client_connect(struct fio_client *); 124 extern int fio_start_client(struct fio_client *); 127 extern int fio_client_send_ini(struct fio_client *, const char *, bool); 130 extern struct fio_client *fio_client_add_explicit(struct client_ops *, const char *, int, int); 133 extern int fio_client_terminate(struct fio_client *); [all …]
|
D | client.c | 28 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); 77 static void fio_client_add_hash(struct fio_client *client) in fio_client_add_hash() 85 static void fio_client_remove_hash(struct fio_client *client) in fio_client_remove_hash() 162 static struct fio_client *find_client_by_fd(int fd) in find_client_by_fd() [all …]
|
D | gclient.c | 18 static void gfio_display_ts(struct fio_client *client, struct thread_stat *ts, 115 static void gfio_text_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_text_op() 264 static void gfio_disk_util_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_disk_util_op() 285 static void gfio_thread_status_op(struct fio_client *client, in gfio_thread_status_op() 308 static void gfio_group_stats_op(struct fio_client *client, in gfio_group_stats_op() 341 static void gfio_update_client_eta(struct fio_client *client, struct jobs_eta *je) in gfio_update_client_eta() 512 static void gfio_probe_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_probe_op() 545 static void gfio_quit_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_quit_op() 567 static void gfio_add_job_op(struct fio_client *client, struct fio_net_cmd *cmd) in gfio_add_job_op() 617 static void gfio_update_job_op(struct fio_client *client, in gfio_update_job_op() [all …]
|
D | gfio.h | 151 struct fio_client *client;
|
D | gfio.c | 631 static void gfio_set_client(struct gfio_client *gc, struct fio_client *client) in gfio_set_client() 637 static void gfio_client_added(struct gui_entry *ge, struct fio_client *client) in gfio_client_added() 681 struct fio_client *client; in connect_clicked() 844 struct fio_client *client; in do_file_open()
|