Home
last modified time | relevance | path

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

/netbsd-src/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 */ in coda_nc_init()
686 coda_nc_size = heapsize; in coda_nc_resize()