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

  /external/fio/
rate-submit.c 43 unsigned int min_evts; local
46 min_evts = 1;
48 min_evts = 0;
50 ret = io_u_queued_complete(td, min_evts);
io_u.c     [all...]
backend.c 436 int min_evts = 0; local
445 min_evts = min(td->o.iodepth_batch_complete_min, td->cur_depth);
446 if ((full && !min_evts) || !td->o.iodepth_batch_complete_min)
447 min_evts = 1;
455 ret = io_u_queued_complete(td, min_evts);
    [all...]
  /external/fio/engines/
rbd.c 357 unsigned int min_evts, int wait)
368 rbd_completion_t comps[min_evts];
380 event_num = rbd_poll_io_events(rbd->image, comps, min_evts);
422 if (*events >= min_evts)

Completed in 301 milliseconds