Lines Matching refs:inflate_threshold
289 static const int inflate_threshold = 50;
751 * 'high' in this instance is the variable 'inflate_threshold'. It
775 * if (new_fill_factor >= inflate_threshold)
781 * inflate_threshold
785 * inflate_threshold * new_child_length
789 * tn->full_children) >= inflate_threshold * new_child_length
794 * inflate_threshold * child_length(tn) * 2
798 * tn->empty_children) >= inflate_threshold *
808 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold;
855 pr_debug("In tnode_resize %p inflate_threshold=%d threshold=%d\n",
856 tn, inflate_threshold, halve_threshold);