Searched refs:MINCACHE (Results 1 – 2 of 2) sorted by relevance
285 if (b.cachesize < b.psize * MINCACHE)286 b.cachesize = b.psize * MINCACHE;
62 #define MINCACHE (5) /* Minimum cached pages */ macro