OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINCACHE
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/btree/
bt_open.c
279
if (b.cachesize < b.psize *
MINCACHE
)
280
b.cachesize = b.psize *
MINCACHE
;
btree.h
49
#define
MINCACHE
(5) /* Minimum cached pages */
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026