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

/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash.c163 nsegs = (hashp->MAX_BUCKET + 1 + hashp->SGSIZE - 1) /
216 "MAX BUCKET ", hashp->MAX_BUCKET,
361 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
395 hashp->NKEYS, hashp->MAX_BUCKET, hashp->nsegs);
719 bucket <= hashp->MAX_BUCKET;
730 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) {
795 new_bucket = ++hashp->MAX_BUCKET;
796 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK);
817 * If the split point is increasing (MAX_BUCKET's log base 2
821 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 98 milliseconds