Searched defs:dapl_hash_table (Results 1 – 1 of 1) sorted by relevance
64 struct dapl_hash_table struct66 unsigned long num_entries;67 unsigned long tbl_size;68 DAPL_HASH_ELEM *table;69 DAT_BOOLEAN locking_required; /* internal locking reqd */70 DAPL_OS_LOCK lock;71 unsigned long iterator_bucket;72 DAPL_HASH_ELEM *iterator;82 uint64_t hash_tbl_inserts; /* total inserts ops */83 uint64_t hash_tbl_max; /* max in entire table */[all …]