Lines Matching refs:prep_seq
486 assert(evicted.prep_seq != prepare_seq); in AddCommitted()
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
506 prepare_seq, evicted.prep_seq, evicted.commit_seq, in AddCommitted()
516 if (dp == evicted.prep_seq) { in AddCommitted()
520 delayed_prepared_commits_[evicted.prep_seq] = evicted.commit_seq; in AddCommitted()
523 evicted.prep_seq, evicted.commit_seq); in AddCommitted()
898 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots()
918 evicted.prep_seq, evicted.commit_seq, cnt); in CheckAgainstSnapshots()
926 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots()
932 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots()
941 const uint64_t& prep_seq, const uint64_t& commit_seq, in MaybeUpdateOldCommitMap() argument
951 if (prep_seq <= snapshot_seq) { // overlapping range in MaybeUpdateOldCommitMap()
956 snapshot_seq, prep_seq, commit_seq); in MaybeUpdateOldCommitMap()
960 vec.insert(std::upper_bound(vec.begin(), vec.end(), prep_seq), prep_seq); in MaybeUpdateOldCommitMap()