Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c46 h->ht_nentries = size; in ht_init()
61 for (i = 0; i < h->ht_nentries; i++) { in ht_destroy()
91 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_find_locked()
111 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_add()
148 ssize_t slot = hash % h->ht_nentries; in ht_remove_locked()
193 while (++slot < h->ht_nentries) { in ht_iter_advance()
H A Dhashtable.h36 ssize_t ht_nentries; member