Lines Matching refs:totalbytes
1029 u_int64_t totalbytes, totaltransfers, totalblocks; in compute_stats() local
1040 totalbytes = (current->bytes_written + current->bytes_read) - in compute_stats()
1045 *total_bytes = totalbytes; in compute_stats()
1066 *kb_per_transfer = totalbytes; in compute_stats()
1075 *mb_per_second = totalbytes; in compute_stats()
1083 totalblocks = totalbytes; in compute_stats()
1120 u_int64_t totalbytes, totaltransfers, totalblocks; in compute_stats_read() local
1131 totalbytes = current->bytes_read - in compute_stats_read()
1135 *total_bytes = totalbytes; in compute_stats_read()
1151 *kb_per_transfer = totalbytes; in compute_stats_read()
1160 *mb_per_second = totalbytes; in compute_stats_read()
1168 totalblocks = totalbytes; in compute_stats_read()
1205 u_int64_t totalbytes, totaltransfers, totalblocks; in compute_stats_write() local
1216 totalbytes = current->bytes_written - in compute_stats_write()
1220 *total_bytes = totalbytes; in compute_stats_write()
1236 *kb_per_transfer = totalbytes; in compute_stats_write()
1245 *mb_per_second = totalbytes; in compute_stats_write()
1253 totalblocks = totalbytes; in compute_stats_write()