Lines Matching refs:hash_table
47 struct hash_table { struct
121 struct hash_table *
124 struct hash_table *ht; in hash_table_create()
150 hash_table_destroy(struct hash_table *ht) in hash_table_destroy()
166 hash_table_search(struct hash_table *ht, uint32_t hash) in hash_table_search()
191 hash_table_for_each(struct hash_table *ht, in hash_table_for_each()
205 hash_table_lookup(struct hash_table *ht, uint32_t hash) in hash_table_lookup()
217 hash_table_rehash(struct hash_table *ht, unsigned int new_size_index) in hash_table_rehash()
219 struct hash_table old_ht; in hash_table_rehash()
257 hash_table_insert(struct hash_table *ht, uint32_t hash, void *data) in hash_table_insert()
299 hash_table_remove(struct hash_table *ht, uint32_t hash) in hash_table_remove()