Home
last modified time | relevance | path

Searched refs:IBV_RED (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dmemory.c51 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()
[all …]