Home
last modified time | relevance | path

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

/external/fio/
Dlibfio.c85 td->stat_io_bytes[ddir] = 0; in reset_io_counters()
Dfio.h121 uint64_t stat_io_bytes[DDIR_RWDIR_CNT]; member
Dstat.c1834 delta = td->this_io_bytes[ddir] - td->stat_io_bytes[ddir]; in add_bw_sample()
1848 td->stat_io_bytes[ddir] = td->this_io_bytes[ddir]; in add_bw_sample()