Lines Matching refs:inflate_threshold
290 static const int inflate_threshold = 50;
752 * 'high' in this instance is the variable 'inflate_threshold'. It
776 * if (new_fill_factor >= inflate_threshold)
782 * inflate_threshold
786 * inflate_threshold * new_child_length
790 * tn->full_children) >= inflate_threshold * new_child_length
795 * inflate_threshold * child_length(tn) * 2
799 * tn->empty_children) >= inflate_threshold *
809 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold;
856 pr_debug("In tnode_resize %p inflate_threshold=%d threshold=%d\n",
857 tn, inflate_threshold, halve_threshold);