Home
last modified time | relevance | path

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

/external/fio/
Deta.c325 unsigned long rate_time, disp_time, bw_avg_time, *eta_secs; in calc_thread_status() local
351 eta_secs = malloc(thread_number * sizeof(unsigned long)); in calc_thread_status()
352 memset(eta_secs, 0, thread_number * sizeof(unsigned long)); in calc_thread_status()
401 eta_secs[i] = thread_eta(td); in calc_thread_status()
403 eta_secs[i] = INT_MAX; in calc_thread_status()
429 if (eta_secs[i] < je->eta_sec) in calc_thread_status()
430 je->eta_sec = eta_secs[i]; in calc_thread_status()
432 if (eta_secs[i] > je->eta_sec) in calc_thread_status()
433 je->eta_sec = eta_secs[i]; in calc_thread_status()
437 free(eta_secs); in calc_thread_status()