Searched refs:free_entry_list (Results 1 – 1 of 1) sorted by relevance
76 struct hash_entry *free_entry_list; member637 table->free_entry_list = NULL; in hash_initialize()674 cursor->next = table->free_entry_list; in hash_clear()675 table->free_entry_list = cursor; in hash_clear()732 for (cursor = table->free_entry_list; cursor; cursor = next) in hash_free()755 if (table->free_entry_list) in allocate_entry()757 new = table->free_entry_list; in allocate_entry()758 table->free_entry_list = new->next; in allocate_entry()779 entry->next = table->free_entry_list; in free_entry()780 table->free_entry_list = entry; in free_entry()[all …]