Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.h45 COMMIT_CACHE_BITS(txn_db_options.wp_commit_cache_bits), in WritePreparedTxnDB()
46 COMMIT_CACHE_SIZE(static_cast<size_t>(1ull << COMMIT_CACHE_BITS)), in WritePreparedTxnDB()
47 FORMAT(COMMIT_CACHE_BITS) { in WritePreparedTxnDB()
56 COMMIT_CACHE_BITS(txn_db_options.wp_commit_cache_bits), in WritePreparedTxnDB()
57 COMMIT_CACHE_SIZE(static_cast<size_t>(1ull << COMMIT_CACHE_BITS)), in WritePreparedTxnDB()
58 FORMAT(COMMIT_CACHE_BITS) { in WritePreparedTxnDB()
742 const size_t COMMIT_CACHE_BITS; variable