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

  /external/fio/
ioengines.c 242 if (max > td->cur_depth)
243 max = td->cur_depth;
395 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
397 if (!td->cur_depth || !td->io_u_queued)
backend.c 278 if (td->cur_depth)
279 r = io_u_queued_complete(td, td->cur_depth, NULL);
431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth);
444 } while (full && (td->cur_depth > td->o.iodepth_low));
631 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
642 min_events = td->cur_depth;
913 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
963 i = td->cur_depth;
    [all...]
io_u.c 531 * td->cur_depth, b/c td->cur_depth does not accurately represent
533 * and cur_depth is meaningless for sync engines.
535 if (td->io_u_queued || td->cur_depth) {
691 td->cur_depth--;
718 td->cur_depth--;
838 switch (td->cur_depth) {
1288 return td->cur_depth >= td->latency_qd;
1320 td->cur_depth++;
    [all...]
fio.h 196 unsigned int cur_depth; member in struct:thread_data
verify.c 658 td->cur_depth--;
    [all...]
  /external/blktrace/
blkparse.c 59 unsigned int cur_depth[2]; member in struct:per_dev_info
1494 if (pdi->cur_depth[w])
1495 pdi->cur_depth[w]--;
1501 pdi->cur_depth[w]++;
1502 if (pdi->cur_depth[w] > pdi->max_depth[w])
1503 pdi->max_depth[w] = pdi->cur_depth[w];
1507 if (pdi->cur_depth[w])
1508 pdi->cur_depth[w]--;
    [all...]

Completed in 280 milliseconds