Home
last modified time | relevance | path

Searched refs:cachetmp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/dump/
H A Drcache.c121 uint64_t usermem, cachetmp; in initcache() local
130 cachetmp = (usermem / MAXMEMPART) / CSIZE; in initcache()
132 cachebufs = (cachetmp > INT_MAX) ? INT_MAX : cachetmp; in initcache()