Lines Matching refs:snapshot_cache_bits
365 void UpdateTransactionDBOptions(size_t snapshot_cache_bits, in UpdateTransactionDBOptions() argument
367 txn_db_options.wp_snapshot_cache_bits = snapshot_cache_bits; in UpdateTransactionDBOptions()
370 void UpdateTransactionDBOptions(size_t snapshot_cache_bits) { in UpdateTransactionDBOptions() argument
371 txn_db_options.wp_snapshot_cache_bits = snapshot_cache_bits; in UpdateTransactionDBOptions()
1007 const size_t snapshot_cache_bits = 0; in TEST_P() local
1010 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1090 const size_t snapshot_cache_bits = 2; in TEST_P() local
1091 const uint64_t cache_size = 1ul << snapshot_cache_bits; in TEST_P()
1094 assert((1ul << snapshot_cache_bits) * 2 + 1 == snapshots.size()); in TEST_P()
1096 UpdateTransactionDBOptions(snapshot_cache_bits); in TEST_P()
1184 const size_t snapshot_cache_bits = 2; in TEST_P() local
1187 assert((1ul << snapshot_cache_bits) * 2 + 2 == snapshots.size()); in TEST_P()
1192 UpdateTransactionDBOptions(snapshot_cache_bits); in TEST_P()
1365 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
1367 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1415 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
1417 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1474 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
1476 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1548 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
1550 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1589 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
1591 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2073 const size_t snapshot_cache_bits = 2; in TEST_P() local
2108 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2531 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
2534 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2581 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
2583 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2630 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
2632 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2680 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
2682 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2731 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
2733 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3010 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
3019 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3115 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
3117 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3185 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
3187 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3265 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
3268 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3346 const size_t snapshot_cache_bits = 7; // same as default in TEST_P() local
3349 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()