Searched refs:calc_rate (Results 1 – 2 of 2) sorted by relevance
/external/fio/ |
D | eta.c | 300 static void calc_rate(int unified_rw_rep, unsigned long mtime, in calc_rate() function 482 calc_rate(unified_rw_rep, rate_time, io_bytes, rate_io_bytes, in calc_thread_status() 498 calc_rate(unified_rw_rep, disp_time, io_bytes, disp_io_bytes, je->rate); in calc_thread_status()
|
/external/e2fsprogs/misc/ |
D | e2image.c | 554 #define calc_rate(t, b, d) (((float)(t) / ((1024 * 1024) / (b))) / (d)) macro 653 buff, calc_rate(total_written, in output_meta_data_blocks() 723 calc_rate(total_written, fs->blocksize, duration)); in output_meta_data_blocks()
|