Lines Matching refs:b_uncles
179 uncle->bl_next = child->b_uncles; in add_uncle()
181 child->b_uncles = uncle; in add_uncle()
325 if (b->b_uncles) { in sort_buckets()
327 if (b->b_uncles->bl_bucket) { in sort_buckets()
328 sort_stringtable(b->b_uncles->bl_bucket->b_global_table); in sort_buckets()
329 sort_stringtable(b->b_uncles->bl_bucket->b_protected_table); in sort_buckets()
424 (void *)b->b_uncles); in print_bucket()
467 if (b->b_uncles) { in print_all_buckets()
469 print_bucket(b->b_uncles->bl_bucket); in print_all_buckets()
472 b->b_uncles->bl_bucket->b_global_table); in print_all_buckets()
476 b->b_uncles->bl_bucket->b_protected_table); in print_all_buckets()
504 b->b_uncles = NULL; in new_bucket()