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

  /external/fio/
init.c 461 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs;
476 if (td->o.rate[DDIR_READ] || td->o.rate_iops[DDIR_READ])
478 if (td->o.rate[DDIR_WRITE] || td->o.rate_iops[DDIR_WRITE])
480 if (td->o.rate[DDIR_TRIM] || td->o.rate_iops[DDIR_TRIM])
630 (o->rate_iops[DDIR_READ] + o->rate_iops[DDIR_WRITE] + o->rate_iops[DDIR_TRIM])) ||
633 log_err("fio: rate and rate_iops are mutually exclusive\n");
639 (o->rate_iops[DDIR_READ] < o->rate_iops_min[DDIR_READ]) ||
640 (o->rate_iops[DDIR_WRITE] < o->rate_iops_min[DDIR_WRITE]) |
    [all...]
eta.c 374 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
380 je->t_iops[1] += td->o.rate_iops[DDIR_WRITE];
386 je->t_iops[2] += td->o.rate_iops[DDIR_TRIM];
thread_options.h 224 unsigned int rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options
448 uint32_t rate_iops[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 112 o->rate_iops[i] = le32_to_cpu(top->rate_iops[i]);
430 top->rate_iops[i] = cpu_to_le32(o->rate_iops[i]);
backend.c 152 unsigned int rate_iops = 0; local
169 rate_iops += td->o.rate_iops[ddir];
206 if (iops < rate_iops) {
208 td->o.name, rate_iops);
    [all...]
fio.h 570 if (o->rate[ddir] || o->ratemin[ddir] || o->rate_iops[ddir] ||
options.c     [all...]

Completed in 3330 milliseconds