Searched refs:sub_batch_cnt (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index.cc | 443 sub_batch_cnt(1) {} in Rep() 455 size_t sub_batch_cnt; member 509 sub_batch_cnt++; in UpdateExistingEntryWithCfId() 563 sub_batch_cnt = 1; in ClearIndex() 648 size_t WriteBatchWithIndex::SubBatchCnt() { return rep->sub_batch_cnt; } in SubBatchCnt() 1045 rep->sub_batch_cnt = 1; in RollbackToSavePoint()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_write.cc | 124 const size_t sub_batch_cnt = batch_cnt != 0 in WriteImpl() local 132 log_used, log_ref, &seq, sub_batch_cnt, in WriteImpl() 145 log_ref, seq, sub_batch_cnt); in WriteImpl() 603 const size_t sub_batch_cnt) { in UnorderedWriteMemtable() argument 623 seq_per_batch_, sub_batch_cnt, true /*batch_per_txn*/, in UnorderedWriteMemtable() 654 const uint64_t log_ref, uint64_t* seq_used, const size_t sub_batch_cnt, in WriteImplWALOnly() argument 660 disable_memtable, sub_batch_cnt, pre_release_callback); in WriteImplWALOnly()
|
| D | db_impl.h | 1100 const size_t sub_batch_cnt); 1119 const uint64_t log_ref, uint64_t* seq_used, const size_t sub_batch_cnt,
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.h | 851 size_t sub_batch_cnt, bool two_write_queues, in AddPreparedCallback() argument 855 sub_batch_cnt_(sub_batch_cnt), in AddPreparedCallback()
|
| D | write_prepared_transaction_test.cc | 3348 for (const size_t sub_batch_cnt : {1, 2, 3}) { in TEST_P() 3397 for (size_t b = 0; b < sub_batch_cnt; b++) { in TEST_P()
|