Searched refs:cur_depth (Results 1 - 6 of 6) sorted by relevance

/external/fio/
H A Dioengines.c242 if (max > td->cur_depth)
243 max = td->cur_depth;
388 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
390 if (!td->cur_depth || !td->io_u_queued)
H A Dbackend.c274 if (td->cur_depth)
275 r = io_u_queued_complete(td, td->cur_depth, NULL);
592 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
595 td->cur_depth);
612 } while (full && (td->cur_depth > td->o.iodepth_low));
621 min_events = td->cur_depth;
859 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
862 td->cur_depth);
879 } while (full && (td->cur_depth > td->o.iodepth_low));
929 i = td->cur_depth;
[all...]
H A Dio_u.c541 * td->cur_depth, b/c td->cur_depth does not accurately represent
543 * and cur_depth is meaningless for sync engines.
698 td->cur_depth--;
725 td->cur_depth--;
837 switch (td->cur_depth) {
1293 return td->cur_depth >= td->latency_qd;
1322 td->cur_depth++;
H A Dfio.h191 unsigned int cur_depth; member in struct:thread_data
H A Dverify.c667 td->cur_depth--;
/external/blktrace/
H A Dblkparse.c59 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]--;
1556 if (pdi->cur_depth[w])
1557 pdi->cur_depth[
[all...]

Completed in 3919 milliseconds