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

/external/fio/
H A Dlibfio.c87 td->stat_io_blocks[ddir] = 0;
H A Dfio.h124 uint64_t stat_io_blocks[DDIR_RWDIR_CNT]; member in struct:thread_data
H A Dstat.c1873 delta = td->this_io_blocks[ddir] - td->stat_io_blocks[ddir];
1887 td->stat_io_blocks[ddir] = td->this_io_blocks[ddir];

Completed in 120 milliseconds