Lines Matching refs:max_bucket
231 hcp->hdr->max_bucket = hcp->hdr->high_mask = nbuckets - 1;
636 if (hcp->bucket > hcp->hdr->max_bucket) {
811 * We'd like to do this after we've upped max_bucket, but it's
817 if (__db_log2(hcp->hdr->max_bucket + 2) > hcp->hdr->ovfl_point) {
823 if (hcp->hdr->max_bucket + 1 >= 8 &&
834 hcp->hdr->max_bucket, hcp->hdr->ovfl_point,
843 new_bucket = ++hcp->hdr->max_bucket;
844 old_bucket = (hcp->hdr->max_bucket & hcp->hdr->low_mask);
850 spare_ndx = __db_log2(hcp->hdr->max_bucket + 1);
887 if (bucket > hcp->hdr->max_bucket)