Searched refs:cachetmp (Results 1 – 1 of 1) sorted by relevance
121 uint64_t usermem, cachetmp; in initcache() local130 cachetmp = (usermem / MAXMEMPART) / CSIZE; in initcache()132 cachebufs = (cachetmp > INT_MAX) ? INT_MAX : cachetmp; in initcache()