Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dextern.h48 uint16_t __find_last_page(HTAB *, BUFHEAD **);
H A Dhash_bigkey.c346 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page() function
606 if ((ret->next_addr = __find_last_page(hashp, &big_keyp)) != 0) { in __big_split()
H A Dhash.c628 __find_last_page(hashp, &bufp))) { in hash_access()