Home
last modified time | relevance | path

Searched refs:HTIF_MARKED_DELETED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c327 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_remove_item()
388 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_find_item()
451 if (cur->hi_flags & HTIF_MARKED_DELETED) { in ht_clean_table()
500 item->hi_flags |= HTIF_MARKED_DELETED; in ht_mark_delete()
514 item->hi_flags &= ~HTIF_MARKED_DELETED; in ht_clear_delete()
529 while ((item != 0) && (item->hi_flags & HTIF_MARKED_DELETED)) in ht_bucket_search()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h76 #define HTIF_MARKED_DELETED 0x01 macro
77 #define HT_DELETE HTIF_MARKED_DELETED