HomeSort by: relevance | last modified time | path
    Searched defs:standin (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libc/gen/
rb.c 551 struct rb_node *standin)
553 const unsigned int standin_which = RB_POSITION(standin);
556 struct rb_node *standin_father = RB_FATHER(standin);
557 bool rebalance = RB_BLACK_P(standin);
564 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_other]));
565 standin_son = standin->rb_nodes[standin_which];
571 KASSERT(RB_SENTINEL_P(standin->rb_nodes[standin_which]));
572 standin_son = standin->rb_nodes[standin_other];
580 * If standin has a child, it must be red.
588 KASSERT(rb_tree_check_node(rbt, standin, NULL, false))
751 struct rb_node *standin, *self = RB_ITEMTONODE(rbto, object); local in function:rb_tree_remove_node
    [all...]

Completed in 38 milliseconds