Searched refs:max_bucket (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c185 * max_bucket + 1.
251 "MAX BUCKET ", hashp->hdr.max_bucket,
396 hashp->hdr.max_bucket = hashp->hdr.low_mask = nbuckets - 1;
412 for (i = 0; i <= hashp->hdr.max_bucket; i++) {
511 "keys %ld maxp %d\n", hashp->hdr.nkeys, hashp->hdr.max_bucket);
919 if (cursorp->bucket > hashp->hdr.max_bucket)
981 new_bucket = ++hashp->hdr.max_bucket;
982 old_bucket = (hashp->hdr.max_bucket & hashp->hdr.low_mask);
989 * If the split point is increasing (hdr.max_bucket's log base 2
993 spare_ndx = __log2(hashp->hdr.max_bucket
[all...]
H A Dhash.h74 int32_t max_bucket; /* ID of Maximum bucket in use */ member in struct:hashhdr
H A Dhash_page.c627 (hashp->hdr.nkeys / hashp->hdr.max_bucket) >
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c231 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)
[all...]
H A Dhash_rec.c627 hcp->hdr->max_bucket = argp->bucket + 1;
628 pow = __db_log2(hcp->hdr->max_bucket + 1);
634 if (hcp->hdr->max_bucket > hcp->hdr->high_mask) {
637 hcp->hdr->max_bucket | hcp->hdr->low_mask;
642 hcp->hdr->max_bucket = argp->bucket;
645 pow = 1 << __db_log2(hcp->hdr->max_bucket + 1);
H A Dhash_page.c283 hcp->bucket = hcp->hdr->max_bucket;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h85 u_int32_t max_bucket; /* 32-35: ID of Maximum bucket in use */ member in struct:hashhdr
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c296 fprintf(fp, "\tmax_bucket %lu\n", (u_long)hcp->hdr->max_bucket);

Completed in 39 milliseconds