Searched refs:cacheoff (Results 1 – 1 of 1) sorted by relevance
744 static int cacheoff = 0; local760 icacheval[cacheoff] = lasti;761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));763 if (++cacheoff >= CACHESIZE)764 cacheoff = 0;818 static int cacheoff = 0; local880 dest = bcache + (cacheoff * DEV_BSIZE);881 bcacheval[cacheoff] = da;882 if (++cacheoff >= CACHESIZE)883 cacheoff = 0;