Searched refs:ht_empty_slots (Results 1 – 2 of 2) sorted by relevance
47 ht->ht_empty_slots = ht->ht_size; in hash_init()144 ht->ht_empty_slots--; in hash_insert_at()148 if (ht->ht_empty_slots < ht->ht_size - ht->ht_capacity) in hash_insert_at()191 ht->ht_empty_slots = ht->ht_size; in hash_free_items()205 ht->ht_empty_slots = ht->ht_size; in hash_delete_items()216 ht->ht_empty_slots = ht->ht_size; in hash_free()274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
49 unsigned long ht_empty_slots; /* empty slots not including deleted slots */ member