Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dhashtable.c46 h->ht_nentries = size; in ht_init()
61 for (i = 0; i < h->ht_nentries; i++) { in ht_destroy()
90 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_find_locked()
107 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_add()
142 ssize_t slot = hash % h->ht_nentries; in ht_remove_locked()
187 while (++slot < h->ht_nentries) { in ht_iter_advance()
H A Dhashtable.h36 ssize_t ht_nentries; member