OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.c
63
int
hashmax
= HASH_MAX;
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
...]
/src/libexec/lfs_cleanerd/
lfs_cleanerd.c
349
extern int
hashmax
;
362
if (st.st_size / lfs_sb_getbsize(fs) >
hashmax
) {
363
ohashmax =
hashmax
;
366
lfs_sb_getfsmnt(fs), ohashmax,
hashmax
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025