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;
72 struct client_ops *ops;
84 struct client_ops { struct
106 extern struct client_ops fio_client_ops; argument
128 extern int fio_handle_clients(struct client_ops *);
129 extern int fio_client_add(struct client_ops *, const char *, void **);
130 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.c38 struct client_ops fio_client_ops = {
303 struct fio_client *fio_client_add_explicit(struct client_ops *ops, in fio_client_add_explicit()
375 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie) in fio_client_add()
1633 struct client_ops *ops = client->ops; in fio_handle_client()
1805 static void request_client_etas(struct client_ops *ops) in request_client_etas()
1926 int fio_handle_clients(struct client_ops *ops) in fio_handle_clients()
Dgclient.c1371 struct client_ops gfio_client_ops = {