Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_delete.c83 (void)__wt_atomic_addv32(&S2BT(session)->evict_busy, 1); in __wt_delete_page()
85 (void)__wt_atomic_subv32(&S2BT(session)->evict_busy, 1); in __wt_delete_page()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.h227 volatile uint32_t evict_busy; /* Count of threads in eviction */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_page.c84 (void)__wt_atomic_addv32(&btree->evict_busy, 1); in __wt_page_release_evict()
116 (void)__wt_atomic_subv32(&btree->evict_busy, 1); in __wt_page_release_evict()
H A Devict_lru.c920 while (btree->evict_busy > 0) in __wt_evict_file_exclusive_on()
2250 (void)__wt_atomic_addv32(&evict->btree->evict_busy, 1); in __evict_get_ref()
2337 (void)__wt_atomic_subv32(&btree->evict_busy, 1); in __evict_page()