Home | History | Annotate | Download | only in fio

Lines Matching refs:stat_io_bytes

2426 	td->stat_io_bytes[io_u->ddir] = td->this_io_bytes[io_u->ddir];
2432 uint64_t *this_io_bytes, uint64_t *stat_io_bytes,
2454 delta = this_io_bytes[ddir] - stat_io_bytes[ddir];
2478 stat_io_bytes[ddir] = this_io_bytes[ddir];
2496 td->this_io_bytes, td->stat_io_bytes,