OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_client_add_explicit
(Results
1 - 3
of
3
) sorted by null
/external/fio/
client.h
131
extern struct fio_client *
fio_client_add_explicit
(struct client_ops *, const char *, int, int);
gfio.c
686
client =
fio_client_add_explicit
(&gfio_client_ops, ge->host, ge->type, ge->port);
848
client =
fio_client_add_explicit
(&gfio_client_ops, ge->host, ge->type, ge->port);
[
all
...]
client.c
250
struct fio_client *
fio_client_add_explicit
(struct client_ops *ops,
function
[
all
...]
Completed in 269 milliseconds