Searched refs:total_copy_ops (Results 1 – 2 of 2) sorted by relevance
449 uint64_t total_copy_ops = reader_->total_copy_ops(); in ReadMetadata() local575 total_copy_ops -= 1; in ReadMetadata()581 if (read_ahead_feature_ && (total_copy_ops % num_ra_ops_per_iter == 0)) { in ReadMetadata()
151 uint64_t total_copy_ops() { return copy_ops_; } in total_copy_ops() function