Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/db/hash/
HDhash.c170 bpages = (hashp->SPARES[hashp->OVFL_POINT] + in __hash_open()
215 "OVFL POINT ", hashp->OVFL_POINT, in __hash_open()
352 hashp->OVFL_POINT = l2; in init_htab()
825 if (spare_ndx > hashp->OVFL_POINT) { in __expand_table()
826 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT]; in __expand_table()
827 hashp->OVFL_POINT = spare_ndx; in __expand_table()
HDhash.h278 #define OVFL_POINT hdr.ovfl_point macro
HDhash_page.c663 splitnum = hashp->OVFL_POINT; in overflow_page()
707 hashp->OVFL_POINT = splitnum; in overflow_page()
747 hashp->OVFL_POINT = splitnum; in overflow_page()