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

  /src/sys/coda/
coda_namecache.c 99 int coda_nc_hashsize = CODA_NC_HASHSIZE; /* size of the primary hash */ variable in typeref:typename:int
126 #define TOTAL_HASH_SIZE (sizeof(struct coda_hash) * coda_nc_hashsize)
140 printf("CODA NAME CACHE: CACHE %d, HASH TBL %d\n", CODA_NC_CACHESIZE, CODA_NC_HASHSIZE);
154 for (i=0; i < coda_nc_hashsize; i++) { /* initialize the hashtable */
390 for (i = 0; i < coda_nc_hashsize; i++) {
429 for (i = 0; i < coda_nc_hashsize; i++) {
597 for (i = 0; i < coda_nc_hashsize; i++)
614 for (hash = 0; hash < coda_nc_hashsize; hash++) {
630 for (i = 0; i < coda_nc_hashsize; i++)
    [all...]
coda_namecache.c 99 int coda_nc_hashsize = CODA_NC_HASHSIZE; /* size of the primary hash */ variable in typeref:typename:int
126 #define TOTAL_HASH_SIZE (sizeof(struct coda_hash) * coda_nc_hashsize)
140 printf("CODA NAME CACHE: CACHE %d, HASH TBL %d\n", CODA_NC_CACHESIZE, CODA_NC_HASHSIZE);
154 for (i=0; i < coda_nc_hashsize; i++) { /* initialize the hashtable */
390 for (i = 0; i < coda_nc_hashsize; i++) {
429 for (i = 0; i < coda_nc_hashsize; i++) {
597 for (i = 0; i < coda_nc_hashsize; i++)
614 for (hash = 0; hash < coda_nc_hashsize; hash++) {
630 for (i = 0; i < coda_nc_hashsize; i++)
    [all...]

Completed in 23 milliseconds