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

/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.c796 int dirsize, new_segnum, spare_ndx; local
827 spare_ndx = __log2(hashp->MAX_BUCKET + 1);
828 if (spare_ndx > hashp->OVFL_POINT) {
829 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
830 hashp->OVFL_POINT = spare_ndx;

Completed in 34 milliseconds