Searched refs:HTIF_MARKED_DELETED (Results 1 – 2 of 2) sorted by relevance
329 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_remove_item()390 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_find_item()453 if (cur->hi_flags & HTIF_MARKED_DELETED) { in ht_clean_table()502 item->hi_flags |= HTIF_MARKED_DELETED; in ht_mark_delete()516 item->hi_flags &= ~HTIF_MARKED_DELETED; in ht_clear_delete()531 while ((item != 0) && (item->hi_flags & HTIF_MARKED_DELETED)) in ht_bucket_search()
78 #define HTIF_MARKED_DELETED 0x01 macro79 #define HT_DELETE HTIF_MARKED_DELETED