Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c61 uint_t h_threshold; /* loadFactor threshold */ member
122 h->h_threshold = (uint_t)(initialCapacity * loadFactor); in h_create()
173 h->h_threshold = (uint_t)(newtabSize * h->h_loadFactor); in rehash()
197 if (h->h_count >= h->h_threshold) { in h_put()