Home
last modified time | relevance | path

Searched refs:old_bucket (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dhash.c789 u_int32_t old_bucket, new_bucket; in __expand_table() local
796 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK); in __expand_table()
833 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()