Searched defs:tnode_child_length (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dfib_trie.c233 static inline int tnode_child_length(const struct tnode *tn) function
539 if (tn->empty_children == tnode_child_length(tn)) {
544 if (tn->empty_children == tnode_child_length(tn) - 1)
560 * tnode_child_length() and instead of multiplying by 2 (since the
565 * The left-hand side may look a bit weird: tnode_child_length(tn)
575 * not_to_be_doubled = tnode_child_length(tn) - tn->empty_children -
578 * new_child_length = tnode_child_length(tn) * 2;
595 * 100 * (tnode_child_length(tn) - tn->empty_children +
599 * 100 * (tnode_child_length(tn) - tn->empty_children +
601 * inflate_threshold * tnode_child_length(t
[all...]

Completed in 8 milliseconds