Lines Matching refs:saved_tt
695 struct radix_node *saved_tt, *top = head->rnh_treetop; local
718 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes);
746 if (tt == saved_tt) {
757 saved_tt = tt; x = xx;
792 t = saved_tt->rn_parent;
801 if (t->rn_right == saved_tt)
890 struct radix_node *dupedkey, *saved_tt, *top; local
900 saved_tt = tt;
943 t = saved_tt->rn_parent;
972 dupedkey = saved_tt->rn_dupedkey;
978 if (tt == saved_tt) {
987 for (x = p = saved_tt; p && p->rn_dupedkey != tt; )