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

  /external/fio/
eta.c 257 static void calc_rate(int unified_rw_rep, unsigned long mtime,
267 if (unified_rw_rep) {
277 static void calc_iops(int unified_rw_rep, unsigned long mtime,
287 if (unified_rw_rep) {
304 int i, unified_rw_rep; local
339 unified_rw_rep = 0;
341 unified_rw_rep += td->o.unified_rw_rep;
392 if (unified_rw_rep) {
424 calc_rate(unified_rw_rep, rate_time, io_bytes, rate_io_bytes
    [all...]
stat.h 14 uint32_t unified_rw_rep; member in struct:group_run_stats
129 uint32_t unified_rw_rep; member in struct:thread_stat
thread_options.h 189 unsigned int unified_rw_rep; member in struct:thread_options
407 uint32_t unified_rw_rep; member in struct:thread_options_pack
stat.c 284 rs->unified_rw_rep ? " MIXED" : ddir_str[i],
389 rs->unified_rw_rep ? "mixed" : ddir_str[ddir],
687 if (ts->unified_rw_rep && ddir != DDIR_READ)
692 ts->unified_rw_rep ? "mixed" : ddirname[ddir], dir_object);
1082 if (!dst->unified_rw_rep) {
1123 if (!dst->unified_rw_rep) {
1136 if (!dst->unified_rw_rep)
    [all...]
client.c 742 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep);
822 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep);
853 client_ts.unified_rw_rep = p->ts.unified_rw_rep;
    [all...]
cconv.c 215 o->unified_rw_rep = le32_to_cpu(top->unified_rw_rep);
372 top->unified_rw_rep = cpu_to_le32(o->unified_rw_rep);
server.c 983 dst->unified_rw_rep = cpu_to_le32(src->unified_rw_rep);
1008 p.ts.unified_rw_rep = cpu_to_le32(ts->unified_rw_rep);
    [all...]
options.c     [all...]

Completed in 1185 milliseconds