Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c115 ht->ht_sequence = random(); in ht_create_table()
271 handle->ht_sequence++; in ht_add_item()
351 handle->ht_sequence++; in ht_remove_item()
473 handle->ht_sequence++; in ht_clean_table()
558 iterator->hti_sequence = handle->ht_sequence; in ht_findfirst()
604 iterator->hti_sequence != handle->ht_sequence) { in ht_findnext()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dhash_table.h113 size_t ht_sequence; member