Lines Matching refs:IBV_RED
51 IBV_RED, enumerator
273 if (node->color == IBV_RED) {
289 while (node->parent && node->parent->color == IBV_RED) { in __mm_add_rebalance()
296 if (uncle && uncle->color == IBV_RED) { in __mm_add_rebalance()
299 gp->color = IBV_RED; in __mm_add_rebalance()
310 gp->color = IBV_RED; in __mm_add_rebalance()
317 if (uncle && uncle->color == IBV_RED) { in __mm_add_rebalance()
320 gp->color = IBV_RED; in __mm_add_rebalance()
331 gp->color = IBV_RED; in __mm_add_rebalance()
363 new->color = IBV_RED; in __mm_add()
422 if (nodecol == IBV_RED) in __mm_remove()
429 if (sib->color == IBV_RED) { in __mm_remove()
430 parent->color = IBV_RED; in __mm_remove()
438 sib->color = IBV_RED; in __mm_remove()
445 sib->color = IBV_RED; in __mm_remove()
461 if (sib->color == IBV_RED) { in __mm_remove()
462 parent->color = IBV_RED; in __mm_remove()
470 sib->color = IBV_RED; in __mm_remove()
477 sib->color = IBV_RED; in __mm_remove()