Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_ckpt.c105 checkpoint_gen = __wt_gen(session, WT_GEN_CHECKPOINT); in __ckpt_server()
112 if (checkpoint_gen != __wt_gen(session, WT_GEN_CHECKPOINT) && in __ckpt_server()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/session/
H A Dsession_compact.c228 for (txn_gen = __wt_gen(session, WT_GEN_CHECKPOINT);;) { in __compact_checkpoint()
234 txn_gen != __wt_gen(session, WT_GEN_CHECKPOINT)) in __compact_checkpoint()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dsession.h216 #define WT_GEN_CHECKPOINT 0 /* Checkpoint generation */ macro
H A Dtxn.i492 btree->checkpoint_gen != __wt_gen(session, WT_GEN_CHECKPOINT)); in __wt_txn_oldest_id()
554 btree->checkpoint_gen != __wt_gen(session, WT_GEN_CHECKPOINT)); in __wt_txn_pinned_timestamp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_ckpt.c118 WT_PUBLISH(btree->checkpoint_gen, __wt_gen(session, WT_GEN_CHECKPOINT)); in __checkpoint_update_generation()
531 msec, __wt_gen(session, WT_GEN_CHECKPOINT), msg); in __checkpoint_verbose_track()
884 generation = __wt_gen_next(session, WT_GEN_CHECKPOINT); in __txn_checkpoint()
1760 btree->checkpoint_gen == __wt_gen(session, WT_GEN_CHECKPOINT)); in __checkpoint_presync()
H A Dtxn.c1508 __wt_gen(session, WT_GEN_CHECKPOINT))); in __wt_verbose_dump_txn()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_read.c85 ckpt_gen_current = __wt_gen(session, WT_GEN_CHECKPOINT); in __las_page_instantiate_verbose()
H A Dbt_handle.c542 btree->checkpoint_gen = __wt_gen(session, WT_GEN_CHECKPOINT); in __btree_conf()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cache/
H A Dcache_las.c607 ckpt_gen_current = __wt_gen(session, WT_GEN_CHECKPOINT); in __las_insert_block_verbose()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/reconcile/
H A Drec_write.c996 r->orig_txn_checkpoint_gen = __wt_gen(session, WT_GEN_CHECKPOINT); in __rec_init()
1039 ((btree->checkpoint_gen != __wt_gen(session, WT_GEN_CHECKPOINT) && in __rec_init()