Lines Matching defs:__db_h_stat
550 struct __db_h_stat { struct
551 u_int32_t hash_accesses; /* Number of accesses to this table. */
552 u_int32_t hash_collisions; /* Number of collisions on search. */
553 u_int32_t hash_expansions; /* Number of times we added a bucket. */
554 u_int32_t hash_overflows; /* Number of overflow pages. */
555 u_int32_t hash_bigpages; /* Number of big key/data pages. */
556 u_int32_t hash_dup; /* Number of dup pages. */
557 u_int32_t hash_free; /* Pages on the free list. */
558 u_int32_t hash_bfree; /* Bytes free on bucket pages. */
559 u_int32_t hash_dup_free; /* Bytes free on duplicate pages. */
560 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */
561 u_int32_t hash_buckets; /* Number of hash buckets. */
562 u_int32_t hash_put; /* Number of puts. */
563 u_int32_t hash_deleted; /* Number of deletes. */
564 u_int32_t hash_get; /* Number of gets. */
565 u_int32_t hash_magic; /* Magic number. */
566 u_int32_t hash_version; /* Version number. */
567 u_int32_t hash_pagesize; /* Page size. */
568 u_int32_t hash_nrecs; /* Number of records. */