HomeSort by relevance Sort by last modified time
    Searched defs:rate_bytes (Results 1 - 2 of 2) sorted by null

  /external/fio/
eta.c 210 unsigned long long rate_bytes; local
233 rate_bytes = ddir_rw_sum(td->o.rate);
234 if (rate_bytes) {
235 r_eta = (bytes_total / 1024) / rate_bytes;
fio.h 226 unsigned long rate_bytes[DDIR_RWDIR_CNT]; member in struct:thread_data

Completed in 129 milliseconds