Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c790 int dirsize, new_segnum, spare_ndx; in __expand_table() local
821 spare_ndx = __log2(hashp->MAX_BUCKET + 1); in __expand_table()
822 if (spare_ndx > hashp->OVFL_POINT) { in __expand_table()
823 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT]; in __expand_table()
824 hashp->OVFL_POINT = spare_ndx; in __expand_table()