Lines Matching refs:IS_TRIE
116 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH)
471 if (IS_TRIE(tp))
809 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold;
824 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold;
1105 while (!IS_TRIE(tn))
1547 if (IS_TRIE(pn)) {
1809 while (!IS_TRIE(pn)) {
1856 if (IS_TRIE(pn))
1975 if (IS_TRIE(pn))
2046 if (IS_TRIE(pn))
2130 if (IS_TRIE(pn))
2463 while (!IS_TRIE(pn)) {
2802 if (IS_TRIE(node_parent_rcu(n)))