Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dhashtable.c93 if (item->hti_hash == hash) in ht_find_locked()
110 if (item->hti_hash == hash) { in ht_add()
118 item->hti_hash = hash; in ht_add()
147 if (item->hti_hash == hash) { in ht_remove_locked()
H A Dhashtable.h45 uint32_t hti_hash; member