Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.h212 #define WT_BTREE_CLEAR_SIZE (offsetof(WT_BTREE, evict_ref))
218 WT_REF *evict_ref; /* Eviction thread's location */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_lru.c827 if ((ref = btree->evict_ref) == NULL) in __evict_clear_walk()
837 btree->evict_ref = NULL; in __evict_clear_walk()
960 WT_ASSERT(session, btree->evict_ref == NULL); in __wt_evict_file_exclusive_off()
1478 if (btree->evict_ref == NULL && in __evict_walk()
1777 if (btree->evict_ref == NULL) { in __evict_walk_tree()
1807 if (btree->evict_ref == NULL) { in __evict_walk_tree()
1810 session, &btree->evict_ref, read_flags)); in __evict_walk_tree()
1822 ref = btree->evict_ref; in __evict_walk_tree()
1823 btree->evict_ref = NULL; in __evict_walk_tree()
2085 btree->evict_ref = ref; in __evict_walk_tree()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_discard.c33 WT_ASSERT(session, S2BT(session)->evict_ref != ref); in __wt_ref_out()