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

  /external/fio/
ioengines.h 74 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);
rate-submit.c 27 ret = td_io_queue(td, io_u);
ioengines.c 253 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 296 ret = td_io_queue(td, io_u);
298 td_verror(td, io_u->error, "td_io_queue");
308 td_verror(td, io_u->error, "td_io_queue");
551 td_verror(td, -(*ret), "td_io_queue");
719 ret = td_io_queue(td, io_u);
986 ret = td_io_queue(td, io_u);
    [all...]

Completed in 119 milliseconds