Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h550 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. */
[all …]