Searched refs:total_blocks_read (Results 1 – 5 of 5) sorted by relevance
286 stats_.total_blocks_read += op->rw.length; in BlockQueue()312 out->total_blocks_read = stats_.total_blocks_read; in GetStats()320 stats_.total_blocks_read = 0; in GetStats()
104 size_t total_blocks_read; member
664 size_t total_blocks_read, size_t total_writes, size_t total_blocks_written) { in CheckStats() argument669 ASSERT_EQ(stats.total_blocks_read, total_blocks_read); in CheckStats()
306 printf("total submitted blocks read: %zu\n", stats.total_blocks_read); in cmd_stats()
156 stats.total_blocks_read, stats.total_writes, stats.total_blocks_written); in PrintBlockMetrics()
Completed in 11 milliseconds