Lines Matching refs:IS_TRIE
115 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH)
470 if (IS_TRIE(tp))
808 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold;
823 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold;
1058 while (!IS_TRIE(tn))
1500 if (IS_TRIE(pn)) {
1759 while (!IS_TRIE(pn)) {
1806 if (IS_TRIE(pn))
1925 if (IS_TRIE(pn))
1996 if (IS_TRIE(pn))
2080 if (IS_TRIE(pn))
2421 while (!IS_TRIE(pn)) {
2760 if (IS_TRIE(node_parent_rcu(n)))