Home | History | Annotate | Download | only in gen

Lines Matching defs:standin_other

563 	unsigned int standin_other = standin_which ^ RB_DIR_OTHER;
573 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
581 standin_son = standin->rb_nodes[standin_other];
611 KASSERT(RB_POSITION(standin_son) == standin_other);
632 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
633 KASSERT(!RB_SENTINEL_P(self->rb_nodes[standin_other]));
651 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
652 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
653 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other);
655 * Use standin_other because we need to preserve standin_which
658 standin_other = standin_which;
665 KASSERT(standin->rb_nodes[standin_other] != self->rb_nodes[standin_other]);
666 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
667 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);