Lines Matching refs:child_length
212 static inline unsigned long child_length(const struct key_vector *tn)
422 BUG_ON(i >= child_length(tn));
450 for (i = child_length(tn); i;) {
524 for (i = child_length(tn); i;) {
556 for (i = child_length(oldtnode), m = 1u << tn->pos; i;) {
606 for (k = child_length(inode), j = k / 2; j;) {
651 for (i = child_length(oldtnode); i;) {
693 for (n = NULL, i = child_length(oldtnode); !n && i;)
724 for (i = 0, stride = 0x2ul ; i < child_length(tn); i += stride) {
753 * child_length() and instead of multiplying by 2 (since the
758 * The left-hand side may look a bit weird: child_length(tn)
768 * not_to_be_doubled = child_length(tn) - tn->empty_children -
771 * new_child_length = child_length(tn) * 2;
788 * 100 * (child_length(tn) - tn->empty_children +
792 * 100 * (child_length(tn) - tn->empty_children +
794 * inflate_threshold * child_length(tn) * 2
797 * 50 * (tn->full_children + child_length(tn) -
799 * child_length(tn)
804 unsigned long used = child_length(tn);
819 unsigned long used = child_length(tn);
833 unsigned long used = child_length(tn);
2422 while (cindex < child_length(pn)) {