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

/netbsd-current/sys/coda/
H A Dcoda_namecache.c101 struct coda_cache *coda_nc_heap; /* pointer to the cache entries */ variable in typeref:struct:coda_cache
142 CODA_ALLOC(coda_nc_heap, struct coda_cache *, TOTAL_CACHE_SIZE);
145 memset(coda_nc_heap, 0, TOTAL_CACHE_SIZE);
151 TAILQ_INSERT_HEAD(&coda_nc_lru.head, &coda_nc_heap[i], lru);
682 CODA_FREE(coda_nc_heap,TOTAL_CACHE_SIZE);

Completed in 116 milliseconds