OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashmax
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.c
63
int
hashmax
= HASH_MAX;
variable
88
for (
hashmax
= 1;
hashmax
< max;
hashmax
<<= 1)
90
hashmask =
hashmax
- 1;
96
bufhash = emalloc(
hashmax
* sizeof(*bufhash));
97
for (i = 0; i <
hashmax
; i++)
108
if (max < 0 || max <=
hashmax
)
124
for (i = 0; i <
hashmax
; i++) {
138
hashmax
= newhashmax
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026