Home
last modified time | relevance | path

Searched refs:prev_max (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
Dwrite_unprepared_txn_db.cc317 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
319 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
Dwrite_prepared_txn_db.h625 void AdvanceMaxEvictedSeq(const SequenceNumber& prev_max,