OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:splitnum
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/db/hash/
hash_page.c
679
int max_free, offset,
splitnum
;
local
685
splitnum
= hashp->OVFL_POINT;
686
max_free = hashp->SPARES[
splitnum
];
717
hashp->LAST_FREED = hashp->SPARES[
splitnum
];
718
hashp->SPARES[
splitnum
]++;
719
offset = hashp->SPARES[
splitnum
] -
720
(
splitnum
? hashp->SPARES[
splitnum
- 1] : 0);
724
if (++
splitnum
>= NCACHED) {
729
hashp->OVFL_POINT =
splitnum
;
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026