Searched refs:new_bucket (Results 1 – 2 of 2) sorted by relevance
789 u_int32_t old_bucket, new_bucket; in __expand_table() local795 new_bucket = ++hashp->MAX_BUCKET; in __expand_table()798 new_segnum = new_bucket >> hashp->SSHIFT; in __expand_table()827 if (new_bucket > hashp->HIGH_MASK) { in __expand_table()830 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()833 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()
106 size_t new_bucket = __kmp_dephash_hash(entry->addr, h->size); in __kmp_dephash_extend() local107 entry->next_in_bucket = h->buckets[new_bucket]; in __kmp_dephash_extend()111 h->buckets[new_bucket] = entry; in __kmp_dephash_extend()