OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_bucket
(Results
1 - 1
of
1
) 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
));
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025