Lines Matching refs:unified_rw_rep
277 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()
460 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops); in calc_thread_status()