HomeSort by relevance Sort by last modified time
    Searched refs:client_ops (Results 1 - 4 of 4) sorted by null

  /external/fio/
gclient.h 4 extern struct client_ops gfio_client_ops;
client.h 12 struct client_ops;
69 struct client_ops *ops;
83 struct client_ops { struct
106 extern struct client_ops fio_client_ops;
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);
client.c 36 struct client_ops fio_client_ops = {
250 struct fio_client *fio_client_add_explicit(struct client_ops *ops,
322 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie)
    [all...]
gclient.c     [all...]

Completed in 99 milliseconds