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

  /external/fio/engines/
rbd.c 254 unsigned int min_evts, int wait)
297 if (*events >= min_evts)
  /external/fio/
io_u.c     [all...]
backend.c 425 int min_evts = 0; local
431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth);
432 if (full && !min_evts)
433 min_evts = 1;
441 ret = io_u_queued_complete(td, min_evts, bytes_done);
    [all...]

Completed in 6727 milliseconds