Searched refs:first_deleted_slot (Results 1 – 1 of 1) sorted by relevance
590 PTR *first_deleted_slot; in htab_find_slot_with_hash() local606 first_deleted_slot = NULL; in htab_find_slot_with_hash()612 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()629 if (!first_deleted_slot) in htab_find_slot_with_hash()630 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()640 if (first_deleted_slot) in htab_find_slot_with_hash()643 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash()644 return first_deleted_slot; in htab_find_slot_with_hash()