Home
last modified time | relevance | path

Searched refs:new_bucket (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c51 static bucket_t *new_bucket(const char *, int);
112 new = new_bucket(version, weak); in add_parent()
156 new = new_bucket(version, weak); in add_uncle()
492 new_bucket(const char *name, int weak) in new_bucket() function
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c979 u_int32_t old_bucket, new_bucket; local
985 new_bucket = ++hashp->hdr.max_bucket;
989 if (__new_page(hashp, new_bucket, A_BUCKET) != 0)
1002 if (new_bucket > hashp->hdr.high_mask) {
1005 hashp->hdr.high_mask = new_bucket | hashp->hdr.low_mask;
1007 if (BUCKET_TO_PAGE(new_bucket) > MAX_PAGES(hashp)) {
1013 return (__split_page(hashp, old_bucket, new_bucket));
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c798 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));