Lines Matching refs:seq_inc
292 size_t seq_inc = seq_per_batch_ ? valid_batches : total_count; in WriteImpl() local
335 seq_inc); in WriteImpl()
338 last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in WriteImpl()
344 last_sequence += seq_inc; in WriteImpl()
744 size_t seq_inc = 0 /* total_count */; in WriteImplWALOnly() local
753 seq_inc = total_batch_cnt; in WriteImplWALOnly()
757 io_s = ConcurrentWriteToWAL(write_group, log_used, &last_sequence, seq_inc); in WriteImplWALOnly()
761 last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in WriteImplWALOnly()
815 versions_->SetLastSequence(last_sequence + seq_inc); in WriteImplWALOnly()
1096 SequenceNumber* last_sequence, size_t seq_inc) { in ConcurrentWriteToWAL() argument
1117 *last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in ConcurrentWriteToWAL()