Searched refs:new_bucket (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 53 static bucket_t *new_bucket(const char *, int); 114 new = new_bucket(version, weak); 158 new = new_bucket(version, weak); 491 * new_bucket -- create a bucket for a given version. Must not fail. 494 new_bucket(const char *name, int weak) function
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 986 u_int32_t old_bucket, new_bucket; local 992 new_bucket = ++hashp->hdr.max_bucket; 996 if (__new_page(hashp, new_bucket, A_BUCKET) != 0) 1009 if (new_bucket > hashp->hdr.high_mask) { 1012 hashp->hdr.high_mask = new_bucket | hashp->hdr.low_mask; 1014 if (BUCKET_TO_PAGE(new_bucket) > MAX_PAGES(hashp)) { 1020 return (__split_page(hashp, old_bucket, new_bucket));
|
/illumos-gate/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 213 milliseconds