Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c64 struct dapl_hash_table struct
66 unsigned long num_entries;
67 unsigned long tbl_size;
68 DAPL_HASH_ELEM *table;
70 DAPL_OS_LOCK lock;
71 unsigned long iterator_bucket;
72 DAPL_HASH_ELEM *iterator;
83 uint64_t hash_tbl_max; /* max in entire table */
84 uint64_t hash_tbl_total; /* total in table */
85 uint64_t hash_chn_max; /* longest chain */
[all …]