Home
last modified time | relevance | path

Searched refs:CACHESIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptraverse.c734 #define CACHESIZE 32 macro
742 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)
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c87 #define CACHESIZE 6 macro
236 if (cachesize < CACHESIZE) { in add_cache()