Searched refs:this_io_bytes (Results 1 – 6 of 6) sorted by relevance
167 bytes += td->this_io_bytes[ddir]; in __check_min_rate()694 bytes = td->this_io_bytes[DDIR_READ] + td->this_io_bytes[DDIR_WRITE]; in io_complete_bytes_exceeded()696 bytes = td->this_io_bytes[DDIR_WRITE]; in io_complete_bytes_exceeded()698 bytes = td->this_io_bytes[DDIR_READ]; in io_complete_bytes_exceeded()700 bytes = td->this_io_bytes[DDIR_TRIM]; in io_complete_bytes_exceeded()987 if (!ddir_rw_sum(td->this_io_bytes)) in do_io()
86 td->this_io_bytes[ddir] = 0; in reset_io_counters()
252 uint64_t this_io_bytes[DDIR_RWDIR_CNT]; member
1597 bytes = td->this_io_bytes[ddir]; in usec_for_io()1656 td->this_io_bytes[ddir] += bytes; in io_completed()
1834 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()
553 if ((td->this_io_bytes[DDIR_WRITE] + io_u->xfer_buflen < in fio_netio_send()