HomeSort by: relevance | last modified time | path
    Searched refs:MAX_BUCKET (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 164 * Figure out how many segments we need. Max_Bucket is the
166 * max_bucket + 1.
168 nsegs = (hashp->MAX_BUCKET + 1 + hashp->SGSIZE - 1) /
222 "MAX BUCKET ", hashp->MAX_BUCKET,
368 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
403 hashp->NKEYS, hashp->MAX_BUCKET, hashp->nsegs);
748 bucket <= (uint32_t)hashp->MAX_BUCKET;
759 if (hashp->cbucket > hashp->MAX_BUCKET) {
835 new_bucket = ++hashp->MAX_BUCKET;
836 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK)
    [all...]
hash.h 79 int32_t max_bucket; /* ID of Maximum bucket in use */ member in struct:hashhdr
289 #define MAX_BUCKET hdr.max_bucket
hash_page.c 468 (hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR))

Completed in 12 milliseconds