Searched refs:copy_ops_ (Results 1 – 1 of 1) sorted by relevance
150 void set_copy_ops(uint64_t size) { copy_ops_ = size; } in set_copy_ops()151 uint64_t total_copy_ops() { return copy_ops_; } in total_copy_ops()167 uint64_t copy_ops_; variable