Searched refs:stat_io_bytes (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dlibfio.c85 td->stat_io_bytes[ddir] = 0;
H A Dfio.h121 uint64_t stat_io_bytes[DDIR_RWDIR_CNT]; member in struct:thread_data
H A Dstat.c1834 delta = td->this_io_bytes[ddir] - td->stat_io_bytes[ddir];
1848 td->stat_io_bytes[ddir] = td->this_io_bytes[ddir];

Completed in 130 milliseconds