Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_cursor13.py57 buckets = stat_cursor[stat.conn.cursor_sweep_buckets][2]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c1308 stats->cursor_sweep_buckets = 0; in __wt_stat_connection_clear_single()
1762 to->cursor_sweep_buckets += WT_STAT_READ(from, cursor_sweep_buckets); in __wt_stat_connection_aggregate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h472 int64_t cursor_sweep_buckets; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_api.c115 WT_STAT_CONN_INCRV(session, cursor_sweep_buckets, nbuckets); in __wt_session_cursor_cache_sweep()