Home
last modified time | relevance | path

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

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