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

  /external/fio/
init.c 517 td->rate_bps[ddir] = (uint64_t) td->o.rate_iops[ddir] * bs;
534 if (td->o.rate[DDIR_READ] || td->o.rate_iops[DDIR_READ])
536 if (td->o.rate[DDIR_WRITE] || td->o.rate_iops[DDIR_WRITE])
538 if (td->o.rate[DDIR_TRIM] || td->o.rate_iops[DDIR_TRIM])
708 (o->rate_iops[DDIR_READ] + o->rate_iops[DDIR_WRITE] + o->rate_iops[DDIR_TRIM])) ||
711 log_err("fio: rate and rate_iops are mutually exclusive\n");
717 (o->rate_iops[DDIR_READ] && (o->rate_iops[DDIR_READ] < o->rate_iops_min[DDIR_READ])) |
    [all...]
eta.c 407 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
413 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE];
419 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM];
thread_options.h 266 unsigned int rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options
536 uint32_t rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 136 o->rate_iops[i] = le32_to_cpu(top->rate_iops[i]);
518 top->rate_iops[i] = cpu_to_le32(o->rate_iops[i]);
backend.c 147 unsigned int rate_iops = 0; local
164 rate_iops += td->o.rate_iops[ddir];
200 if (iops < rate_iops) {
202 td->o.name, rate_iops, iops);
    [all...]
fio.h 700 if (o->rate[ddir] || o->ratemin[ddir] || o->rate_iops[ddir] ||
options.c     [all...]

Completed in 94 milliseconds