Searched refs:BUCKET_TO_PAGE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 171 #define BUCKET_TO_PAGE(B) \ macro 175 (BUCKET_TO_PAGE ( (1 << SPLITNUM((B))) -1 ) + OPAGENUM((B)))
|
H A D | hash_page.c | 466 old_ii.pgno = BUCKET_TO_PAGE(obucket); 467 new_ii.pgno = BUCKET_TO_PAGE(nbucket); 809 paddr = BUCKET_TO_PAGE(addr); 965 paddr = BUCKET_TO_PAGE(addr);
|
H A D | hash.c | 1014 if (BUCKET_TO_PAGE(new_bucket) > MAX_PAGES(hashp)) {
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 162 #define BUCKET_TO_PAGE(I, B) \ macro 165 #define PGNO_OF(I, S, O) (BUCKET_TO_PAGE((I), (1 << (S)) - 1) + (O))
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 421 next_pgno = BUCKET_TO_PAGE(hcp, hcp->bucket); 1082 bucket_pgno = BUCKET_TO_PAGE(hcp, obucket); 1085 if ((ret = __ham_new_page(dbp, BUCKET_TO_PAGE(hcp, nbucket), P_HASH, 1791 hcp->pgno = BUCKET_TO_PAGE(hcp, hcp->bucket);
|
H A D | hash.c | 863 if (BUCKET_TO_PAGE(hcp, new_bucket) > MAX_PAGES(hcp)) {
|