Home
last modified time | relevance | path

Searched refs:__find_last_page (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dextern.h46 u_int16_t __find_last_page(HTAB *, BUFHEAD **);
H A Dhash_bigkey.c316 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page() function
568 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { in __big_split()
H A Dhash.c622 __find_last_page(hashp, &bufp))) { in hash_access()