Lines Matching refs:hash_entry
42 struct hash_entry { struct
48 struct hash_entry *table; argument
104 entry_is_free(struct hash_entry *entry) in entry_is_free()
110 entry_is_deleted(struct hash_entry *entry) in entry_is_deleted()
116 entry_is_present(struct hash_entry *entry) in entry_is_present()
174 struct hash_entry *entry = ht->table + hash_address; in hash_table_search()
194 struct hash_entry *entry; in hash_table_for_each()
207 struct hash_entry *entry; in hash_table_lookup()
220 struct hash_entry *table, *entry; in hash_table_rehash()
269 struct hash_entry *entry = ht->table + hash_address; in hash_table_insert()
301 struct hash_entry *entry; in hash_table_remove()