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

/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dmemory.c231 struct ibv_mem_node *parent, *gp, *uncle; local
238 uncle = gp->right;
240 if (uncle && uncle->color == IBV_RED) {
242 uncle->color = IBV_BLACK;
259 uncle = gp->left;
261 if (uncle && uncle->color == IBV_RED) {
263 uncle->color = IBV_BLACK;

Completed in 25 milliseconds