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. */
791 u_int32_t st_map; /* Pages from mapped files. */
793 u_int32_t st_page_in; /* Pages read in. */
794 u_int32_t st_page_out; /* Pages written out. */
797 u_int32_t st_hash_buckets; /* Number of hash buckets. */
801 u_int32_t st_page_clean; /* Clean pages. */
802 u_int32_t st_page_dirty; /* Dirty pages. */
806 u_int32_t st_refcnt; /* Region reference count. */
[all …]