Searched refs:first_deleted_slot (Results 1 – 1 of 1) sorted by relevance
637 PTR *first_deleted_slot; in htab_find_slot_with_hash() local653 first_deleted_slot = NULL; in htab_find_slot_with_hash()659 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()676 if (!first_deleted_slot) in htab_find_slot_with_hash()677 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()687 if (first_deleted_slot) in htab_find_slot_with_hash()690 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash()691 return first_deleted_slot; in htab_find_slot_with_hash()