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

  /src/sbin/fsck_lfs/
bufcache.c 104 int i, newhashmax; local in function:bufrehash
112 for (newhashmax = 1; newhashmax < max; newhashmax <<= 1)
116 hashmask = newhashmax - 1;
119 np = emalloc(newhashmax * sizeof(*bufhash));
120 for (i = 0; i < newhashmax; i++)
138 hashmax = newhashmax;

Completed in 11 milliseconds