Home | History | Annotate | Download | only in gen

Lines Matching defs:standin_other

554 	unsigned int standin_other
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
572 standin_son = standin->rb_nodes[standin_other];
602 KASSERT(RB_POSITION(standin_son) == standin_other);
623 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
624 KASSERT(!RB_SENTINEL_P(self->rb_nodes[standin_other]));
642 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
643 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
644 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other);
646 * Use standin_other because we need to preserve standin_which
649 standin_other = standin_which;
656 KASSERT(standin->rb_nodes[standin_other] != self->rb_nodes[standin_other]);
657 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
658 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);