Home | History | Annotate | Download | only in hash

Lines Matching defs:new_bufp

188 	BUFHEAD *new_bufp, *old_bufp;
202 new_bufp = __get_buf(hashp, nbucket, NULL, 0);
203 if (new_bufp == NULL)
207 new_bufp->flags |= (BUF_MOD | BUF_PIN);
210 np = new_bufp->page;
216 retval = ugly_split(hashp, obucket, old_bufp, new_bufp,
219 new_bufp->flags &= ~BUF_PIN;
263 new_bufp->flags &= ~BUF_PIN;
287 BUFHEAD *new_bufp,
306 np = (uint16_t *)(void *)new_bufp->page;
315 new_bufp, bufp, (int)bufp->addr, obucket, &ret))
321 new_bufp = ret.newp;
322 if (!new_bufp)
324 np = (uint16_t *)(void *)new_bufp->page;
384 new_bufp =
385 __add_ovflpage(hashp, new_bufp);
386 if (!new_bufp)
388 np = (uint16_t *)(void *)new_bufp->page;
391 new_bufp->flags |= BUF_MOD;