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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c198 bpages = (hashp->hdr.spares[hashp->hdr.ovfl_point] +
261 "OVFL POINT ", hashp->hdr.ovfl_point,
399 hashp->hdr.ovfl_point = l2;
1005 if (spare_ndx > hashp->hdr.ovfl_point) {
1006 hashp->hdr.spares[spare_ndx] = hashp->hdr.spares[hashp->hdr.ovfl_point];
1007 hashp->hdr.ovfl_point = spare_ndx;
1053 P_32_COPY(srcp->ovfl_point, destp->ovfl_point);
1082 M_32_SWAP(hdrp->ovfl_point);
H A Dhash.h86 int32_t ovfl_point; /* Where overflow pages are being allocated */ member in struct:hashhdr
H A Dhash_page.c1086 splitnum = hashp->hdr.ovfl_point;
1134 hashp->hdr.ovfl_point = splitnum;
1171 hashp->hdr.ovfl_point = splitnum;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c228 hcp->hdr->ovfl_point = l2;
817 if (__db_log2(hcp->hdr->max_bucket + 2) > hcp->hdr->ovfl_point) {
824 hcp->hdr->spares[hcp->hdr->ovfl_point] <
825 hcp->hdr->spares[hcp->hdr->ovfl_point - 1] +
826 hcp->hdr->ovfl_point + 1)
834 hcp->hdr->max_bucket, hcp->hdr->ovfl_point,
835 hcp->hdr->spares[hcp->hdr->ovfl_point],
851 if (spare_ndx > hcp->hdr->ovfl_point) {
853 hcp->hdr->spares[hcp->hdr->ovfl_point];
854 hcp->hdr->ovfl_point
[all...]
H A Dhash_rec.c507 hcp->hdr->spares[hcp->hdr->ovfl_point]++;
518 hcp->hdr->spares[hcp->hdr->ovfl_point]--;
629 if (pow > hcp->hdr->ovfl_point) {
631 hcp->hdr->spares[hcp->hdr->ovfl_point];
632 hcp->hdr->ovfl_point = pow;
643 hcp->hdr->ovfl_point = argp->ovflpoint;
644 hcp->hdr->spares[hcp->hdr->ovfl_point] = argp->spares;
H A Dhash_page.c1638 splitnum = hcp->hdr->ovfl_point;
1642 new_addr = PGNO_OF(hcp, hcp->hdr->ovfl_point, offset);
1721 curpages = hcp->hdr->spares[hcp->hdr->ovfl_point] -
1722 hcp->hdr->spares[hcp->hdr->ovfl_point - 1];
1723 numpages = hcp->hdr->ovfl_point + 1 - curpages;
1726 new_pgno = PGNO_OF(hcp, hcp->hdr->ovfl_point, curpages + 1);
1730 numpages, last_pgno, hcp->hdr->ovfl_point, &hcp->hdr->lsn);
1735 hcp->hdr->spares[hcp->hdr->ovfl_point] += numpages;
1738 PGNO_OF(hcp, hcp->hdr->ovfl_point, curpages + i),
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h83 u_int32_t ovfl_point; /* 24-27: Overflow page allocation location */ member in struct:hashhdr
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c294 fprintf(fp, "\tovfl_point %lu\n", (u_long)hcp->hdr->ovfl_point);

Completed in 75 milliseconds