OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 17:09:57 GMT 2025