Searched refs:MAX_BUCKET (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.c164 nsegs = (hashp->MAX_BUCKET + 1 + hashp->SGSIZE - 1) /
217 "MAX BUCKET ", hashp->MAX_BUCKET,
362 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
396 hashp->NKEYS, hashp->MAX_BUCKET, hashp->nsegs);
720 bucket <= hashp->MAX_BUCKET;
731 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) {
796 new_bucket = ++hashp->MAX_BUCKET;
797 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK);
818 * If the split point is increasing (MAX_BUCKET's log base 2
822 spare_ndx = __log2(hashp->MAX_BUCKET
[all...]
H A Dhash.h279 #define MAX_BUCKET hdr.max_bucket macro
H A Dhash_page.c455 (hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR))

Completed in 91 milliseconds