Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c1505 stats->txn_checkpoint_fsync_post = 0; in __wt_stat_connection_clear_single()
2070 to->txn_checkpoint_fsync_post += in __wt_stat_connection_aggregate()
2071 WT_STAT_READ(from, txn_checkpoint_fsync_post); in __wt_stat_connection_aggregate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h669 int64_t txn_checkpoint_fsync_post; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_ckpt.c963 WT_STAT_CONN_INCR(session, txn_checkpoint_fsync_post); in __txn_checkpoint()