Home
last modified time | relevance | path

Searched refs:unified_rw_rep (Results 1 – 8 of 8) sorted by relevance

/external/fio/
Deta.c277 static void calc_rate(int unified_rw_rep, unsigned long mtime, in calc_rate() argument
287 if (unified_rw_rep) { in calc_rate()
297 static void calc_iops(int unified_rw_rep, unsigned long mtime, in calc_iops() argument
307 if (unified_rw_rep) { in calc_iops()
324 int i, unified_rw_rep; in calc_thread_status() local
359 unified_rw_rep = 0; in calc_thread_status()
361 unified_rw_rep += td->o.unified_rw_rep; in calc_thread_status()
411 if (unified_rw_rep) { in calc_thread_status()
443 calc_rate(unified_rw_rep, rate_time, io_bytes, rate_io_bytes, in calc_thread_status()
459 calc_rate(unified_rw_rep, disp_time, io_bytes, disp_io_bytes, je->rate); in calc_thread_status()
[all …]
Dstat.h14 uint32_t unified_rw_rep; member
129 uint32_t unified_rw_rep; member
Dstat.c284 rs->unified_rw_rep ? " MIXED" : str[i], in show_group_stats()
389 rs->unified_rw_rep ? "mixed" : str[ddir], in show_ddir_status()
689 if (ts->unified_rw_rep && ddir != DDIR_READ) in add_ddir_status_json()
694 ts->unified_rw_rep ? "mixed" : ddirname[ddir], dir_object); in add_ddir_status_json()
1091 if (!dst->unified_rw_rep) { in sum_thread_stats()
1132 if (!dst->unified_rw_rep) { in sum_thread_stats()
1149 if (!dst->unified_rw_rep) in sum_thread_stats()
1271 ts->unified_rw_rep = td->o.unified_rw_rep; in __show_run_stats()
1313 rs->unified_rw_rep += ts->unified_rw_rep; in __show_run_stats()
Dthread_options.h195 unsigned int unified_rw_rep; member
418 uint32_t unified_rw_rep; member
Dclient.c830 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep); in convert_ts()
912 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep); in convert_gs()
945 client_ts.unified_rw_rep = p->ts.unified_rw_rep; in handle_ts()
Dcconv.c219 o->unified_rw_rep = le32_to_cpu(top->unified_rw_rep); in convert_thread_options_to_cpu()
380 top->unified_rw_rep = cpu_to_le32(o->unified_rw_rep); in convert_thread_options_to_net()
Dserver.c1071 dst->unified_rw_rep = cpu_to_le32(src->unified_rw_rep); in convert_gs()
1096 p.ts.unified_rw_rep = cpu_to_le32(ts->unified_rw_rep); in fio_server_send_ts()
Doptions.c3393 .off1 = td_var_offset(unified_rw_rep),