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 345 td->io_u_queued++;
349 if (td->io_u_queued >= td->o.iodepth_batch) {
397 if (!td->cur_depth || !td->io_u_queued)
400 io_u_mark_depth(td, td->io_u_queued);
411 td->io_u_in_flight += td->io_u_queued;
412 td->io_u_queued = 0;
ioengine.h 210 extern void io_u_queued(struct thread_data *, struct io_u *);
fio.h 201 unsigned int io_u_queued; member in struct:thread_data
backend.c 662 number_ios += td->io_u_queued + td->io_u_in_flight;
885 * a hook, it has to call io_u_queued() itself.
888 io_u_queued(td, io_u);
    [all...]
io_u.c 535 if (td->io_u_queued || td->cur_depth) {
1828 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 233 io_u_queued(td, io_u);
rdma.c 725 io_u_queued(td, io_u);

Completed in 49 milliseconds