Home
last modified time | relevance | path

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

/external/fio/
Dfio.c63 ret = fio_handle_clients(&fio_client_ops); in main()
Dclient.h128 extern int fio_handle_clients(struct client_ops *);
Dgfio.c430 fio_handle_clients(&gfio_client_ops); in job_thread()
Dclient.c1926 int fio_handle_clients(struct client_ops *ops) in fio_handle_clients() function