Searched refs:OVFL_POINT (Results 1 – 3 of 3) sorted by relevance
170 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()
278 #define OVFL_POINT hdr.ovfl_point macro
663 splitnum = hashp->OVFL_POINT; in overflow_page()707 hashp->OVFL_POINT = splitnum; in overflow_page()747 hashp->OVFL_POINT = splitnum; in overflow_page()