Searched refs:__split_page (Results 1 – 3 of 3) sorted by relevance
54 int __split_page(HTAB *, u_int32_t, u_int32_t);
179 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page() function
833 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()