Searched refs:OVFL_POINT (Results 1 – 3 of 3) sorted by relevance
167 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()
276 #define OVFL_POINT hdr.ovfl_point macro
660 splitnum = hashp->OVFL_POINT; in overflow_page()704 hashp->OVFL_POINT = splitnum; in overflow_page()744 hashp->OVFL_POINT = splitnum; in overflow_page()