Home
last modified time | relevance | path

Searched defs:__db_mpool_stat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h787 struct __db_mpool_stat { struct
788 size_t st_cachesize; /* Cache size. */
789 u_int32_t st_cache_hit; /* Pages found in the cache. */
790 u_int32_t st_cache_miss; /* Pages not found in the cache. */
791 u_int32_t st_map; /* Pages from mapped files. */
792 u_int32_t st_page_create; /* Pages created in the cache. */
793 u_int32_t st_page_in; /* Pages read in. */
794 u_int32_t st_page_out; /* Pages written out. */
795 u_int32_t st_ro_evict; /* Clean pages forced from the cache. */
796 u_int32_t st_rw_evict; /* Dirty pages forced from the cache. */
[all …]