Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dextern.h56 int __split_page(HTAB *, uint32_t, uint32_t);
H A Dhash_page.c186 __split_page(HTAB *hashp, uint32_t obucket, uint32_t nbucket) in __split_page() function
H A Dhash.c875 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()