Home
last modified time | relevance | path

Searched refs:client_ops (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dclient.h12 struct client_ops;
69 struct client_ops *ops;
83 struct client_ops { struct
106 extern struct client_ops fio_client_ops; argument
129 extern int fio_handle_clients(struct client_ops *);
130 extern int fio_client_add(struct client_ops *, const char *, void **);
131 extern struct fio_client *fio_client_add_explicit(struct client_ops *, const char *, int, int);
Dgclient.h4 extern struct client_ops gfio_client_ops;
Dclient.c36 struct client_ops fio_client_ops = {
250 struct fio_client *fio_client_add_explicit(struct client_ops *ops, in fio_client_add_explicit()
322 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie) in fio_client_add()
1387 struct client_ops *ops = client->ops; in fio_handle_client()
1543 static void request_client_etas(struct client_ops *ops) in request_client_etas()
1632 int fio_handle_clients(struct client_ops *ops) in fio_handle_clients()
Dgclient.c1381 struct client_ops gfio_client_ops = {