Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c113 ht->ht_sequence = random(); in ht_create_table()
269 handle->ht_sequence++; in ht_add_item()
349 handle->ht_sequence++; in ht_remove_item()
471 handle->ht_sequence++; in ht_clean_table()
556 iterator->hti_sequence = handle->ht_sequence; in ht_findfirst()
602 iterator->hti_sequence != handle->ht_sequence) { in ht_findnext()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h111 size_t ht_sequence; member