Home | History | Annotate | Download | only in fio

Lines Matching defs:depth

1285 	size_t depth;
1293 * and the size will vary depending on depth.
1295 depth = 0;
1302 depth += td->o.iodepth;
1311 *sz += depth * sizeof(uint64_t);
1343 s->depth = cpu_to_le64((uint64_t) td->o.iodepth);
1451 s->depth = le64_to_cpu(s->depth);
1549 * If we're not into the window of issues - depth yet, continue. If
1550 * issue is shorter than depth, do check.
1552 if ((td->io_blocks[DDIR_READ] < s->depth ||
1553 s->numberio - td->io_blocks[DDIR_READ] > s->depth) &&
1554 s->numberio > s->depth)