Searched refs:new_bufp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/db/hash/
H A Dhash_page.c187 BUFHEAD *new_bufp, *old_bufp; local
200 new_bufp = __get_buf(hashp, nbucket, NULL, 0);
201 if (new_bufp == NULL)
205 new_bufp->flags |= (BUF_MOD | BUF_PIN);
208 np = new_bufp->page;
214 retval = ugly_split(hashp, obucket, old_bufp, new_bufp,
217 new_bufp->flags &= ~BUF_PIN;
259 new_bufp->flags &= ~BUF_PIN;
282 BUFHEAD *new_bufp,
299 np = (u_int16_t *)new_bufp
279 ugly_split(HTAB *hashp, u_int32_t obucket, BUFHEAD *old_bufp, BUFHEAD *new_bufp, int copyto, int moved) argument
[all...]

Completed in 57 milliseconds