Lines Matching refs:child_length
213 static inline unsigned long child_length(const struct key_vector *tn)
423 BUG_ON(i >= child_length(tn));
451 for (i = child_length(tn); i;) {
525 for (i = child_length(tn); i;) {
557 for (i = child_length(oldtnode), m = 1u << tn->pos; i;) {
607 for (k = child_length(inode), j = k / 2; j;) {
652 for (i = child_length(oldtnode); i;) {
694 for (n = NULL, i = child_length(oldtnode); !n && i;)
725 for (i = 0, stride = 0x2ul ; i < child_length(tn); i += stride) {
754 * child_length() and instead of multiplying by 2 (since the
759 * The left-hand side may look a bit weird: child_length(tn)
769 * not_to_be_doubled = child_length(tn) - tn->empty_children -
772 * new_child_length = child_length(tn) * 2;
789 * 100 * (child_length(tn) - tn->empty_children +
793 * 100 * (child_length(tn) - tn->empty_children +
795 * inflate_threshold * child_length(tn) * 2
798 * 50 * (tn->full_children + child_length(tn) -
800 * child_length(tn)
805 unsigned long used = child_length(tn);
820 unsigned long used = child_length(tn);
834 unsigned long used = child_length(tn);
2464 while (cindex < child_length(pn)) {