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

  /external/fio/
eta.c 37 if (td->o.rwmix[DDIR_READ] == 100)
39 else if (td->o.rwmix[DDIR_WRITE] == 100)
44 if (td->o.rwmix[DDIR_READ] == 100)
46 else if (td->o.rwmix[DDIR_WRITE] == 100)
165 if (td->o.rwmix[DDIR_WRITE])
166 perc = td->o.rwmix[DDIR_WRITE];
thread_options.h 169 unsigned int rwmix[DDIR_RWDIR_CNT]; member in struct:thread_options
387 uint32_t rwmix[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 106 o->rwmix[i] = le32_to_cpu(top->rwmix[i]);
419 top->rwmix[i] = cpu_to_le32(o->rwmix[i]);
io_u.c 511 diff = td->o.rwmix[td->rwmix_ddir ^ 1];
528 if (v <= td->o.rwmix[DDIR_READ])
567 if (td_rw(td) && td->o.rwmix[odir]) {
608 * mixed read/write workload, check the rwmix cycle and switch if
    [all...]
options.c 379 td->o.rwmix[DDIR_READ] = *val;
380 td->o.rwmix[DDIR_WRITE] = 100 - *val;
388 td->o.rwmix[DDIR_WRITE] = *val;
389 td->o.rwmix[DDIR_READ] = 100 - *val;
    [all...]

Completed in 70 milliseconds