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

  /src/common/lib/libc/gen/
rb.c 604 * Change the son's parentage to point to his grandpa.
627 * Have our son/standin adopt his brother as his new son.
640 * Adopt the far son.
653 * Move the only remaining son to our standin. If our standin is our
654 * son, this will be the only son needed to be moved.
707 struct rb_node *son = self->rb_nodes[which]; local in function:rb_tree_prune_blackred_branch
713 KASSERT(RB_BLACK_P(self) && RB_RED_P(son));
714 KASSERT(!RB_TWOCHILDREN_P(son));
    [all...]
rb.c 604 * Change the son's parentage to point to his grandpa.
627 * Have our son/standin adopt his brother as his new son.
640 * Adopt the far son.
653 * Move the only remaining son to our standin. If our standin is our
654 * son, this will be the only son needed to be moved.
707 struct rb_node *son = self->rb_nodes[which]; local in function:rb_tree_prune_blackred_branch
713 KASSERT(RB_BLACK_P(self) && RB_RED_P(son));
714 KASSERT(!RB_TWOCHILDREN_P(son));
    [all...]

Completed in 21 milliseconds