Searched refs:bcache (Results 1 – 4 of 4) sorted by relevance
74 short bcache; in m_mult() local97 bcache = *bptr++; in m_mult()99 sum += *aptr++ * bcache; in m_mult()113 bcache = *bptr++; in m_mult()115 sum += *aptr++ * bcache + *cptr; in m_mult()
816 static uchar_t bcache[DEV_BSIZE * CACHESIZE]; local873 bcopy(bcache + (i * DEV_BSIZE),880 dest = bcache + (cacheoff * DEV_BSIZE);
484 typedef struct bcache { /* Disk block cache objects: */ struct
383 typedef struct bcache { struct