Searched refs:coda_nc_size (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/coda/
H A Dcoda_namecache.c98 int coda_nc_size = CODA_NC_CACHESIZE; /* size of the cache */ variable
125 #define TOTAL_CACHE_SIZE (sizeof(struct coda_cache) * coda_nc_size)
150 for (i=0; i < coda_nc_size; i++) { /* initialize the heap */
686 coda_nc_size = heapsize;

Completed in 109 milliseconds