Searched refs:prev_max (Results 1 – 3 of 3) sorted by relevance
53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local490 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() argument611 prev_max, new_max); in AdvanceMaxEvictedSeq()616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()[all …]
317 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local319 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
625 void AdvanceMaxEvictedSeq(const SequenceNumber& prev_max,