Lines Matching defs:depth
59 unsigned int depth;
149 o->depth = max((int) o->depth, o->inflight);
150 if (o->depth >= max_depth && !o->complete_seen) {
152 o->depth = max_depth;
636 printf("depth:\t%u\n", o->depth);
673 if (o->depth == 1)
676 printf("ioengine=libaio\niodepth=%u\n", o->depth);
871 idiff = pida->o.depth - pidb->o.depth;
936 pida->o.depth = (pida->o.depth + pidb->o.depth) / 2;
1026 log_err("\t-D\tCap queue depth at this value (def=%u)\n", max_depth);