Home
last modified time | relevance | path

Searched refs:bytes_dirty_intl (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()
163 (void)__wt_atomic_add64(&btree->bytes_dirty_intl, size); in __wt_cache_page_inmem_incr()
164 (void)__wt_atomic_add64(&cache->bytes_dirty_intl, size); in __wt_cache_page_inmem_incr()
276 __wt_cache_decr_check_uint64(session, &btree->bytes_dirty_intl, in __wt_cache_page_byte_dirty_decr()
278 __wt_cache_decr_check_uint64(session, &cache->bytes_dirty_intl, in __wt_cache_page_byte_dirty_decr()
336 (void)__wt_atomic_add64(&btree->bytes_dirty_intl, size); in __wt_cache_dirty_incr()
337 (void)__wt_atomic_add64(&cache->bytes_dirty_intl, size); in __wt_cache_dirty_incr()
434 &btree->bytes_dirty_intl, in __wt_cache_page_evict()
437 &cache->bytes_dirty_intl, in __wt_cache_page_evict()
H A Dbtree.h192 uint64_t bytes_dirty_intl; /* Bytes in dirty internal pages. */ member
H A Dcache.h73 uint64_t bytes_dirty_intl; /* Bytes/pages currently dirty */ member
H A Dcache.i149 cache->bytes_dirty_intl + cache->bytes_dirty_leaf)); in __wt_cache_dirty_inuse()
/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()