Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/lsm/
H A Dlsm_work_unit.c101 !F_ISSET(chunk, WT_LSM_CHUNK_STABLE)) in __wt_lsm_get_chunk_to_flush()
268 if (F_ISSET(chunk, WT_LSM_CHUNK_ONDISK | WT_LSM_CHUNK_STABLE)) in __wt_lsm_chunk_visible_all()
386 !F_ISSET(chunk, WT_LSM_CHUNK_STABLE) && in __wt_lsm_checkpoint_chunk()
H A Dlsm_meta.c111 WT_LSM_CHUNK_STABLE); in __lsm_meta_read_v0()
295 F_SET(chunk, WT_LSM_CHUNK_ONDISK | WT_LSM_CHUNK_STABLE); in __lsm_meta_read_v1()
H A Dlsm_tree.c679 !F_ISSET(*cp, WT_LSM_CHUNK_STABLE))) in __wt_lsm_tree_throttle()
1230 !F_ISSET(chunk, (WT_LSM_CHUNK_ONDISK | WT_LSM_CHUNK_STABLE))) { in __wt_lsm_compact()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dlsm.h122 #define WT_LSM_CHUNK_STABLE 0x10u macro