Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dhash_page.c678 int max_free, offset, splitnum; in overflow_page() local
684 splitnum = hashp->OVFL_POINT; in overflow_page()
685 max_free = hashp->SPARES[splitnum]; in overflow_page()
716 hashp->LAST_FREED = hashp->SPARES[splitnum]; in overflow_page()
717 hashp->SPARES[splitnum]++; in overflow_page()
718 offset = hashp->SPARES[splitnum] - in overflow_page()
719 (splitnum ? hashp->SPARES[splitnum - 1] : 0); in overflow_page()
723 if (++splitnum >= NCACHED) { in overflow_page()
728 hashp->OVFL_POINT = splitnum; in overflow_page()
729 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()
[all …]