Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c94 if (item->hti_hash == hash) in ht_find_locked()
114 if (item->hti_hash == hash) { in ht_add()
122 item->hti_hash = hash; in ht_add()
153 if (item->hti_hash == hash) { in ht_remove_locked()
H A Dhashtable.h45 uint32_t hti_hash; member