HomeSort by: relevance | last modified time | path
    Searched defs:new_bucket (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 828 uint32_t old_bucket, new_bucket; local in function:__expand_table
835 new_bucket = ++hashp->MAX_BUCKET;
838 new_segnum = new_bucket >> hashp->SSHIFT;
869 if (new_bucket > (uint32_t)hashp->HIGH_MASK) {
872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
875 return (__split_page(hashp, old_bucket, new_bucket));
hash.c 828 uint32_t old_bucket, new_bucket; local in function:__expand_table
835 new_bucket = ++hashp->MAX_BUCKET;
838 new_segnum = new_bucket >> hashp->SSHIFT;
869 if (new_bucket > (uint32_t)hashp->HIGH_MASK) {
872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
875 return (__split_page(hashp, old_bucket, new_bucket));
hash.c 828 uint32_t old_bucket, new_bucket; local in function:__expand_table
835 new_bucket = ++hashp->MAX_BUCKET;
838 new_segnum = new_bucket >> hashp->SSHIFT;
869 if (new_bucket > (uint32_t)hashp->HIGH_MASK) {
872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
875 return (__split_page(hashp, old_bucket, new_bucket));
hash.c 828 uint32_t old_bucket, new_bucket; local in function:__expand_table
835 new_bucket = ++hashp->MAX_BUCKET;
838 new_segnum = new_bucket >> hashp->SSHIFT;
869 if (new_bucket > (uint32_t)hashp->HIGH_MASK) {
872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
875 return (__split_page(hashp, old_bucket, new_bucket));

Completed in 85 milliseconds