Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c59 uint_t h_tableSize; /* Size of the array */ member
118 h->h_tableSize = initialCapacity; in h_create()
136 uint_t i = hash % h->h_tableSize; in h_get()
155 uint_t i = h->h_tableSize; in rehash()
174 h->h_tableSize = newtabSize; in rehash()
190 uint_t indx = hash % h->h_tableSize; in h_put()
200 indx = hash % h->h_tableSize; in h_put()
226 uint_t indx = hash % h->h_tableSize; in h_delete()
254 i->i_indx = h->h_tableSize; in h_iterator()