OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newhashmax
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.c
104
int i,
newhashmax
;
local in function:bufrehash
112
for (
newhashmax
= 1;
newhashmax
< max;
newhashmax
<<= 1)
116
hashmask =
newhashmax
- 1;
119
np = emalloc(
newhashmax
* sizeof(*bufhash));
120
for (i = 0; i <
newhashmax
; i++)
138
hashmax =
newhashmax
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025