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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp46 uptr prev_bp = GET_CURRENT_FRAME(); local
47 uptr next_bp = prev_bp;
50 prev_bp = next_bp;
54 bp = prev_bp;
/freebsd-current/lib/libc/db/hash/
H A Dhash_buf.c90 * We are looking for a buffer with address "addr". If prev_bp is NULL, then
91 * address is a bucket index. If prev_bp is not NULL, then it points to the
94 * CAVEAT: The buffer header accessed via prev_bp's ovfl field may no longer
100 BUFHEAD *prev_bp, /* If prev_bp set, indicates a new overflow page. */
110 if (prev_bp) {
111 bp = prev_bp->ovfl;
131 bp = newbuf(hashp, addr, prev_bp);
133 __get_page(hashp, bp->page, addr, !prev_bp, is_disk, 0))
135 if (!prev_bp)
99 __get_buf(HTAB *hashp, u_int32_t addr, BUFHEAD *prev_bp, int newpage) argument
152 newbuf(HTAB *hashp, u_int32_t addr, BUFHEAD *prev_bp) argument
[all...]

Completed in 126 milliseconds