Searched refs:nbuckets (Results 1 – 1 of 1) sorted by relevance
382 int nbuckets, nsegs; local393 nbuckets = 1 << l2;404 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;405 hashp->HIGH_MASK = (nbuckets << 1) - 1;409 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1;