Searched refs:__get_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/lib/libc/db/hash/ |
| HD | hash_bigkey.c | 221 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete() 293 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair() 341 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page() 367 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 375 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 396 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 413 hashp->cpage = __get_buf(hashp, in __big_return() 471 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 481 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 533 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key() [all …]
|
| HD | hash_page.c | 195 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page() 198 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page() 333 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split() 412 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 426 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 488 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage() 929 bufp = __get_buf(hashp, addr, NULL, 0); in print_chain() 935 bufp = __get_buf(hashp, (int)oaddr, bufp, 0); in print_chain()
|
| HD | hash.c | 589 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0); in hash_access() 609 rbufp = __get_buf(hashp, *bp, rbufp, 0); in hash_access() 631 rbufp = __get_buf(hashp, pageno, bufp, 0); in hash_access() 725 bufp = __get_buf(hashp, bucket, NULL, 0); in hash_seq() 757 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
|
| HD | extern.h | 49 BUFHEAD *__get_buf(HTAB *, u_int32_t, BUFHEAD *, int);
|
| HD | hash_buf.c | 103 __get_buf(HTAB *hashp, u_int32_t addr, in __get_buf() function
|