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

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dmemory.c51 IBV_RED, enumerator in enum:ibv_mem_node::__anon6558
273 if (node->color == IBV_RED) {
289 while (node->parent && node->parent->color == IBV_RED) {
296 if (uncle && uncle->color == IBV_RED) {
299 gp->color = IBV_RED;
310 gp->color = IBV_RED;
317 if (uncle && uncle->color == IBV_RED) {
320 gp->color = IBV_RED;
331 gp->color = IBV_RED;
363 new->color = IBV_RED;
[all...]

Completed in 107 milliseconds