Home
last modified time | relevance | path

Searched refs:bw_avg_time (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Deta.c325 unsigned long rate_time, disp_time, bw_avg_time, *eta_secs; in calc_thread_status() local
358 bw_avg_time = ULONG_MAX; in calc_thread_status()
365 if (td->o.bw_avg_time < bw_avg_time) in calc_thread_status()
366 bw_avg_time = td->o.bw_avg_time; in calc_thread_status()
442 if (write_bw_log && rate_time > bw_avg_time && !in_ramp_time(td)) { in calc_thread_status()
Dthread_options.h150 unsigned int bw_avg_time; member
377 uint32_t bw_avg_time; member
Dcconv.c191 o->bw_avg_time = le32_to_cpu(top->bw_avg_time); in convert_thread_options_to_cpu()
352 top->bw_avg_time = cpu_to_le32(o->bw_avg_time); in convert_thread_options_to_net()
Dstat.c1825 if (spent < td->o.bw_avg_time) in add_bw_sample()
Doptions.c3176 .off1 = td_var_offset(bw_avg_time),