Lines Matching refs:seq_per_batch
1275 bool* has_valid_writes = nullptr, bool seq_per_batch = false, in MemTableInserter() argument
1290 seq_per_batch_(seq_per_batch), in MemTableInserter()
1294 write_after_commit_(!seq_per_batch), in MemTableInserter()
1972 bool concurrent_memtable_writes, bool seq_per_batch, bool batch_per_txn) { in InsertInto() argument
1976 concurrent_memtable_writes, nullptr /*has_valid_writes*/, seq_per_batch, in InsertInto()
1994 assert(!seq_per_batch || w->batch_cnt != 0); in InsertInto()
1995 assert(!seq_per_batch || inserter.sequence() - w->sequence == w->batch_cnt); in InsertInto()
2005 bool concurrent_memtable_writes, bool seq_per_batch, size_t batch_cnt, in InsertInto() argument
2014 concurrent_memtable_writes, nullptr /*has_valid_writes*/, seq_per_batch, in InsertInto()
2019 assert(!seq_per_batch || batch_cnt != 0); in InsertInto()
2020 assert(!seq_per_batch || inserter.sequence() - sequence == batch_cnt); in InsertInto()
2033 bool* has_valid_writes, bool seq_per_batch, bool batch_per_txn) { in InsertInto() argument
2038 seq_per_batch, batch_per_txn); in InsertInto()