HomeSort by: relevance | last modified time | path
    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