Searched refs:__fio_netio_queue (Results 1 - 1 of 1) sorted by relevance

/external/fio/engines/
H A Dnet.c644 static int __fio_netio_queue(struct thread_data *td, struct io_u *io_u, function
696 ret = __fio_netio_queue(td, io_u, io_u->ddir);
704 ret = __fio_netio_queue(td, io_u, DDIR_WRITE);
706 ret = __fio_netio_queue(td, io_u, DDIR_READ);

Completed in 186 milliseconds