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

  /src/lib/libc/db/hash/
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.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...]

Completed in 120 milliseconds