OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachetmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump/
rcache.c
121
uint64_t usermem,
cachetmp
;
local in function:initcache
130
cachetmp
= (usermem / MAXMEMPART) / CSIZE;
132
cachebufs = (
cachetmp
> INT_MAX) ? INT_MAX :
cachetmp
;
rcache.c
121
uint64_t usermem,
cachetmp
;
local in function:initcache
130
cachetmp
= (usermem / MAXMEMPART) / CSIZE;
132
cachebufs = (
cachetmp
> INT_MAX) ? INT_MAX :
cachetmp
;
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025