Lines Matching refs:commit_cache_bits
366 size_t commit_cache_bits) { in UpdateTransactionDBOptions() argument
368 txn_db_options.wp_commit_cache_bits = commit_cache_bits; in UpdateTransactionDBOptions()
1008 const size_t commit_cache_bits = 0; in TEST_P() local
1010 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1366 const size_t commit_cache_bits = 0; // only 1 entry => frequent eviction in TEST_P() local
1367 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1416 const size_t commit_cache_bits = 0; // only 1 entry => frequent eviction in TEST_P() local
1417 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1475 const size_t commit_cache_bits = 0; // only 1 entry => frequent eviction in TEST_P() local
1476 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1549 const size_t commit_cache_bits = 1; // disable commit cache in TEST_P() local
1550 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
1590 const size_t commit_cache_bits = 1; // disable commit cache in TEST_P() local
1591 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2071 const size_t commit_cache_bits = 3; in TEST_P() local
2108 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2532 const size_t commit_cache_bits = 0; // disable commit cache in TEST_P() local
2534 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2582 const size_t commit_cache_bits = 0; // minimum commit cache in TEST_P() local
2583 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2631 const size_t commit_cache_bits = 0; // minimum commit cache in TEST_P() local
2632 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2681 const size_t commit_cache_bits = 1; // commit cache size = 2 in TEST_P() local
2682 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
2732 const size_t commit_cache_bits = 0; // minimum commit cache in TEST_P() local
2733 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3011 const size_t commit_cache_bits = 3; // 8 entries in TEST_P() local
3019 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3116 const size_t commit_cache_bits = 3; // 8 entries in TEST_P() local
3117 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3186 const size_t commit_cache_bits = 3; // 8 entries in TEST_P() local
3187 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3267 const size_t commit_cache_bits = 0; in TEST_P() local
3268 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3347 for (const size_t commit_cache_bits : {0, 2, 3}) { in TEST_P()
3349 UpdateTransactionDBOptions(snapshot_cache_bits, commit_cache_bits); in TEST_P()
3387 for (int i = 0; i < 25 * (1 << commit_cache_bits); i++) { in TEST_P()
3392 for (int i = 0; i < 25 * (1 << commit_cache_bits); i++) { in TEST_P()