Lines Matching refs:max_bucket
164 * Figure out how many segments we need. Max_Bucket is the
166 * max_bucket + 1.
168 nsegs = (hashp->MAX_BUCKET + 1 + hashp->SGSIZE - 1) /
222 "MAX BUCKET ", hashp->MAX_BUCKET,
368 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
403 hashp->NKEYS, hashp->MAX_BUCKET, hashp->nsegs);
748 bucket <= (uint32_t)hashp->MAX_BUCKET;
759 if (hashp->cbucket > hashp->MAX_BUCKET) {
835 new_bucket = ++hashp->MAX_BUCKET;
836 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK);
859 * If the split point is increasing (MAX_BUCKET's log base 2
863 spare_ndx = __log2((uint32_t)(hashp->MAX_BUCKET + 1));
903 if (bucket > hashp->MAX_BUCKET)
963 P_32_COPY(srcp->max_bucket, destp->max_bucket);
994 M_32_SWAP(hdrp->max_bucket);