Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_page.c654 int max_free, offset, splitnum; in overflow_page() local
660 splitnum = hashp->OVFL_POINT; in overflow_page()
661 max_free = hashp->SPARES[splitnum]; in overflow_page()
692 hashp->LAST_FREED = hashp->SPARES[splitnum]; in overflow_page()
693 hashp->SPARES[splitnum]++; in overflow_page()
694 offset = hashp->SPARES[splitnum] - in overflow_page()
695 (splitnum ? hashp->SPARES[splitnum - 1] : 0); in overflow_page()
699 if (++splitnum >= NCACHED) { in overflow_page()
704 hashp->OVFL_POINT = splitnum; in overflow_page()
705 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()
[all …]