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

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c184 BUFHEAD *new_bufp, *old_bufp; local
197 new_bufp = __get_buf(hashp, nbucket, NULL, 0);
198 if (new_bufp == NULL)
202 new_bufp->flags |= (BUF_MOD | BUF_PIN);
205 np = new_bufp->page;
211 retval = ugly_split(hashp, obucket, old_bufp, new_bufp,
214 new_bufp->flags &= ~BUF_PIN;
256 new_bufp->flags &= ~BUF_PIN;
279 BUFHEAD *new_bufp,
296 np = (u_int16_t *)new_bufp
276 ugly_split(HTAB *hashp, u_int32_t obucket, BUFHEAD *old_bufp, BUFHEAD *new_bufp, int copyto, int moved) argument
[all...]

Completed in 44 milliseconds