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

  /external/fio/
ioengines.c 338 td->io_u_queued++;
342 if (td->io_u_queued >= td->o.iodepth_batch) {
390 if (!td->cur_depth || !td->io_u_queued)
393 io_u_mark_depth(td, td->io_u_queued);
404 td->io_u_in_flight += td->io_u_queued;
405 td->io_u_queued = 0;
ioengine.h 206 extern void io_u_queued(struct thread_data *, struct io_u *);
fio.h 196 unsigned int io_u_queued; member in struct:thread_data
backend.c 641 number_ios += td->io_u_queued + td->io_u_in_flight;
831 * a hook, it has to call io_u_queued() itself.
834 io_u_queued(td, io_u);
    [all...]
io_u.c 1820 void io_u_queued(struct thread_data *td, struct io_u *io_u) function
    [all...]
  /external/fio/engines/
guasi.c 145 io_u_queued(td, io_u);
libaio.c 199 io_u_queued(td, io_u);
rdma.c 725 io_u_queued(td, io_u);

Completed in 160 milliseconds