Home
last modified time | relevance | path

Searched refs:bytes_dirty_leaf (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.i124 btree->bytes_dirty_intl + btree->bytes_dirty_leaf)); in __wt_btree_dirty_inuse()
140 return (__wt_cache_bytes_plus_overhead(cache, btree->bytes_dirty_leaf)); in __wt_btree_dirty_leaf_inuse()
166 (void)__wt_atomic_add64(&btree->bytes_dirty_leaf, size); in __wt_cache_page_inmem_incr()
167 (void)__wt_atomic_add64(&cache->bytes_dirty_leaf, size); in __wt_cache_page_inmem_incr()
281 __wt_cache_decr_check_uint64(session, &btree->bytes_dirty_leaf, in __wt_cache_page_byte_dirty_decr()
283 __wt_cache_decr_check_uint64(session, &cache->bytes_dirty_leaf, in __wt_cache_page_byte_dirty_decr()
341 (void)__wt_atomic_add64(&btree->bytes_dirty_leaf, size); in __wt_cache_dirty_incr()
342 (void)__wt_atomic_add64(&cache->bytes_dirty_leaf, size); in __wt_cache_dirty_incr()
441 &btree->bytes_dirty_leaf, in __wt_cache_page_evict()
444 &cache->bytes_dirty_leaf, in __wt_cache_page_evict()
H A Dcache.i149 cache->bytes_dirty_intl + cache->bytes_dirty_leaf)); in __wt_cache_dirty_inuse()
159 return (__wt_cache_bytes_plus_overhead(cache, cache->bytes_dirty_leaf)); in __wt_cache_dirty_leaf_inuse()
H A Dbtree.h193 uint64_t bytes_dirty_leaf; /* Bytes in dirty leaf pages. */ member
H A Dcache.h75 uint64_t bytes_dirty_leaf; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_cache.c394 if (cache->bytes_dirty_intl + cache->bytes_dirty_leaf != 0 || in __wt_cache_destroy()
399 cache->bytes_dirty_intl + cache->bytes_dirty_leaf, in __wt_cache_destroy()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_lru.c723 cache->bytes_dirty_intl + cache->bytes_dirty_leaf); in __evict_pass()