Searched refs:rate_bytes (Results 1 – 4 of 4) sorted by relevance
230 unsigned long long rate_bytes; in thread_eta() local253 rate_bytes = ddir_rw_sum(td->o.rate); in thread_eta()254 if (rate_bytes) { in thread_eta()255 r_eta = (bytes_total / 1024) / rate_bytes; in thread_eta()
89 td->rate_bytes[ddir] = 0; in reset_io_counters()
175 if (td->rate_bytes[ddir] || td->rate_blocks[ddir]) { in __check_min_rate()184 if (bytes < td->rate_bytes[ddir]) { in __check_min_rate()190 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent; in __check_min_rate()195 bytes < td->rate_bytes[ddir]) { in __check_min_rate()226 td->rate_bytes[ddir] = bytes; in __check_min_rate()
231 unsigned long rate_bytes[DDIR_RWDIR_CNT]; member