Home | History | Annotate | Download | only in fio

Lines Matching refs:iodepth

560 	 * The low water mark cannot be bigger than the iodepth
562 if (o->iodepth_low > o->iodepth || !o->iodepth_low)
563 o->iodepth_low = o->iodepth;
566 * If batch number isn't set, default to the same as iodepth
568 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch)
569 o->iodepth_batch = o->iodepth;
653 " with 'direct=1' and 'iodepth=1' instead.\n");
1173 log_info("ioengine=%s, iodepth=%u\n",
1174 td->io_ops->name, o->iodepth);