HomeSort by: relevance | last modified time | path
    Searched defs:ht_lim (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/config/
hash.c 75 size_t ht_lim; /* when to expand */ member in struct:hashtab
82 * HASHFRACTION controls ht_lim, which in turn controls the average chain
108 ht->ht_lim = HASHFRACTION(sz);
138 ht->ht_lim = HASHFRACTION(n);
225 if (++ht->ht_used > ht->ht_lim)
284 if (++ht->ht_used > ht->ht_lim)

Completed in 131 milliseconds