HomeSort by: relevance | last modified time | path
    Searched defs:coda_nc_size (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
coda_namecache.c 98 int coda_nc_size = CODA_NC_CACHESIZE; /* size of the cache */ variable in typeref:typename:int
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;
coda_namecache.c 98 int coda_nc_size = CODA_NC_CACHESIZE; /* size of the cache */ variable in typeref:typename:int
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;
coda_namecache.c 98 int coda_nc_size = CODA_NC_CACHESIZE; /* size of the cache */ variable in typeref:typename:int
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 33 milliseconds