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

  /external/fio/
ioengine.h 180 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);
ioengines.c 265 int td_io_queue(struct thread_data *td, struct io_u *io_u) function
309 td_verror(td, io_u->error, "td_io_queue");
backend.c 299 ret = td_io_queue(td, io_u);
301 td_verror(td, io_u->error, "td_io_queue");
309 td_verror(td, io_u->error, "td_io_queue");
532 ret = td_io_queue(td, io_u);
579 td_verror(td, -ret, "td_io_queue");
778 ret = td_io_queue(td, io_u);
    [all...]

Completed in 115 milliseconds