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

/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c297 cl_map_item_t *p_grand_uncle; local
305 p_grand_uncle = p_item->p_up->p_up->p_right;
306 CL_ASSERT(p_grand_uncle);
307 if (p_grand_uncle->color == CL_MAP_RED) {
308 p_grand_uncle->color = CL_MAP_BLACK;
323 p_grand_uncle = p_item->p_up->p_up->p_left;
324 CL_ASSERT(p_grand_uncle);
325 if (p_grand_uncle->color == CL_MAP_RED) {
326 p_grand_uncle->color = CL_MAP_BLACK;
1233 cl_fmap_item_t *p_grand_uncle; local
[all...]

Completed in 67 milliseconds