HomeSort by relevance Sort by last modified time
    Searched refs:io_bytes (Results 1 - 10 of 10) sorted by null

  /external/fio/
eta.c 196 bytes_done = ddir_rw_sum(td->io_bytes);
278 unsigned long long *io_bytes,
286 diff = io_bytes[i] - prev_io_bytes[i];
293 prev_io_bytes[i] = io_bytes[i];
326 unsigned long long io_bytes[DDIR_RWDIR_CNT]; local
356 io_bytes[DDIR_READ] = io_bytes[DDIR_WRITE] = io_bytes[DDIR_TRIM] = 0;
412 io_bytes[0] += td->io_bytes[ddir]
    [all...]
stat.c 381 bw = (1000 * ts->io_bytes[ddir]) / runt;
382 io_p = num2str(ts->io_bytes[ddir], 6, 1, i2p, 8);
509 if (!ddir_rw_sum(ts->io_bytes) && !ddir_rw_sum(ts->total_io_u))
529 if (ts->io_bytes[DDIR_READ])
531 if (ts->io_bytes[DDIR_WRITE])
533 if (ts->io_bytes[DDIR_TRIM])
617 bw = ((1000 * ts->io_bytes[ddir]) / runt) / 1024;
622 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops,
701 bw = ((1000 * ts->io_bytes[ddir]) / runt) / 1024;
705 json_object_add_value_int(dir_object, "io_bytes", ts->io_bytes[ddir] >> 10)
    [all...]
stat.h 169 uint64_t io_bytes[DDIR_RWDIR_CNT]; member in struct:thread_stat
backend.c 1218 if (limit != -1ULL && ddir_rw_sum(td->io_bytes) < limit) {
1225 diff = limit - ddir_rw_sum(td->io_bytes);
    [all...]
libfio.c 131 td->io_bytes[i] = 0;
fio.h 250 uint64_t io_bytes[DDIR_RWDIR_CNT]; member in struct:thread_data
gclient.c     [all...]
client.c 879 dst->io_bytes[i] = le64_to_cpu(src->io_bytes[i]);
    [all...]
server.c 1145 p.ts.io_bytes[i] = cpu_to_le64(ts->io_bytes[i]);
    [all...]
io_u.c     [all...]

Completed in 94 milliseconds