Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dcache.h42 WT_EVICT_ENTRY *evict_queue; /* LRU pages being tracked */
43 WT_EVICT_ENTRY *evict_current; /* LRU current page to be evicted */
H A Dwt_internal.h173 typedef struct __wt_evict_entry WT_EVICT_ENTRY; typedef
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_lru.c116 const WT_EVICT_ENTRY *a, *b; in __evict_lru_cmp()
132 __evict_list_clear(WT_SESSION_IMPL *session, WT_EVICT_ENTRY *e) in __evict_list_clear()
153 WT_EVICT_ENTRY *evict; in __wt_evict_list_clear_page()
876 WT_EVICT_ENTRY *evict; in __wt_evict_file_exclusive_on()
1273 entries, sizeof(WT_EVICT_ENTRY), __evict_lru_cmp); in __evict_lru_walk()
1568 WT_EVICT_QUEUE *queue, WT_EVICT_ENTRY *evict, WT_REF *ref) in __evict_push_candidate()
1704 WT_EVICT_ENTRY *end, *evict, *start; in __evict_walk_tree()
2106 WT_EVICT_ENTRY *evict; in __evict_get_ref()
2479 WT_EVICT_ENTRY *evict; in __wt_page_evict_urgent()