Searched refs:CACHESIZE (Results 1 – 2 of 2) sorted by relevance
734 #define CACHESIZE 32 macro742 static struct dinode icache[CACHESIZE];743 static ino_t icacheval[CACHESIZE], lasti = 0;753 for (i = 0; i < CACHESIZE; i++)763 if (++cacheoff >= CACHESIZE)816 static uchar_t bcache[DEV_BSIZE * CACHESIZE];817 static diskaddr_t bcacheval[CACHESIZE];871 for (i = 0; i < CACHESIZE; i++)882 if (++cacheoff >= CACHESIZE)
87 #define CACHESIZE 6 macro236 if (cachesize < CACHESIZE) { in add_cache()