Home
last modified time | relevance | path

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

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