Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c167 bpages = (hashp->SPARES[hashp->OVFL_POINT] + in __hash_open()
212 "OVFL POINT ", hashp->OVFL_POINT, in __hash_open()
349 hashp->OVFL_POINT = l2; in init_htab()
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()
H A Dhash.h276 #define OVFL_POINT hdr.ovfl_point macro
H A Dhash_page.c660 splitnum = hashp->OVFL_POINT; in overflow_page()
704 hashp->OVFL_POINT = splitnum; in overflow_page()
744 hashp->OVFL_POINT = splitnum; in overflow_page()