Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/hash/
H A Dhash.c787 u_int old_bucket, new_bucket; variable
793 new_bucket = ++hashp->MAX_BUCKET;
796 new_segnum = new_bucket >> hashp->SSHIFT;
825 if (new_bucket > hashp->HIGH_MASK) {
828 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
831 return (__split_page(hashp, old_bucket, new_bucket));