Searched refs:new_bucket (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 975 u_int32_t old_bucket, new_bucket; local 981 new_bucket = ++hashp->hdr.max_bucket; 985 if (__new_page(hashp, new_bucket, A_BUCKET) != 0) 998 if (new_bucket > hashp->hdr.high_mask) { 1001 hashp->hdr.high_mask = new_bucket | hashp->hdr.low_mask; 1003 if (BUCKET_TO_PAGE(new_bucket) > MAX_PAGES(hashp)) { 1009 return (__split_page(hashp, old_bucket, new_bucket));
|
/osnet-11/usr/src/cmd/sendmail/db/hash/ |
H A D | hash.c | 798 u_int32_t old_bucket, new_bucket, spare_ndx; local 843 new_bucket = ++hcp->hdr->max_bucket; 857 if (new_bucket > hcp->hdr->high_mask) { 860 hcp->hdr->high_mask = new_bucket | hcp->hdr->low_mask; 863 if (BUCKET_TO_PAGE(hcp, new_bucket) > MAX_PAGES(hcp)) { 870 return (__ham_split_page(dbc, old_bucket, new_bucket));
|
Completed in 24 milliseconds