Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc886 size_t ip1 = std::min(cnt, SNAPSHOT_CACHE_SIZE); in CheckAgainstSnapshots() local
887 for (; 0 < ip1; ip1--) { in CheckAgainstSnapshots()
889 snapshot_cache_[ip1 - 1].load(std::memory_order_acquire); in CheckAgainstSnapshots()
893 if (ip1 == SNAPSHOT_CACHE_SIZE) { // border line snapshot in CheckAgainstSnapshots()