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

  /external/fio/
thread_options.h 219 unsigned int rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options
437 uint32_t rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
init.c 402 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs;
417 if (td->o.rate[DDIR_READ] || td->o.rate_iops[DDIR_READ])
419 if (td->o.rate[DDIR_WRITE] || td->o.rate_iops[DDIR_WRITE])
421 if (td->o.rate[DDIR_TRIM] || td->o.rate_iops[DDIR_TRIM])
578 (o->rate_iops[DDIR_READ] + o->rate_iops[DDIR_WRITE] + o->rate_iops[DDIR_TRIM])) ||
581 log_err("fio: rate and rate_iops are mutually exclusive\n");
587 (o->rate_iops[DDIR_READ] < o->rate_iops_min[DDIR_READ]) ||
588 (o->rate_iops[DDIR_WRITE] < o->rate_iops_min[DDIR_WRITE]) |
    [all...]
eta.c 354 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
360 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE];
366 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM];
cconv.c 109 o->rate_iops[i] = le32_to_cpu(top->rate_iops[i]);
422 top->rate_iops[i] = cpu_to_le32(o->rate_iops[i]);
backend.c 148 unsigned int rate_iops = 0; local
165 rate_iops += td->o.rate_iops[ddir];
202 if (iops < rate_iops) {
204 td->o.name, rate_iops);
    [all...]
fio.h 553 if (o->rate[ddir] || o->ratemin[ddir] || o->rate_iops[ddir] ||
options.c     [all...]

Completed in 33 milliseconds