Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c701 #define CACHESIZE 32 macro
708 static struct dinode icache[CACHESIZE]; in getino()
709 static ino_t icacheval[CACHESIZE], lasti = 0; in getino()
719 for (i = 0; i < CACHESIZE; i++) in getino()
729 if (++cacheoff >= CACHESIZE) in getino()
779 static uchar_t bcache[DEV_BSIZE * CACHESIZE]; in bread()
780 static diskaddr_t bcacheval[CACHESIZE]; in bread()
834 for (i = 0; i < CACHESIZE; i++) in bread()
845 if (++cacheoff >= CACHESIZE) in bread()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c87 #define CACHESIZE 6 macro
236 if (cachesize < CACHESIZE) { in add_cache()