Lines Matching refs:empty_children
134 t_key empty_children; /* KEYLENGTH bits needed */
338 tn_info(n)->empty_children++;
340 if (!tn_info(n)->empty_children)
346 if (!tn_info(n)->empty_children)
349 tn_info(n)->empty_children--;
394 tnode->empty_children = 1ul << bits;
414 * Update the value of full_children and empty_children.
759 * - tn->empty_children is of course the number of non-null children
768 * not_to_be_doubled = child_length(tn) - tn->empty_children -
788 * 100 * (child_length(tn) - tn->empty_children +
792 * 100 * (child_length(tn) - tn->empty_children +
798 * tn->empty_children) >= inflate_threshold *
809 used -= tn_info(tn)->empty_children;
824 used -= tn_info(tn)->empty_children;
835 used -= tn_info(tn)->empty_children;
2504 s->nullpointers += tn_info(n)->empty_children;
2770 tn_info(n)->empty_children);