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

/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c302 cl_map_item_t *p_grand_uncle; local
310 p_grand_uncle = p_item->p_up->p_up->p_right;
311 CL_ASSERT(p_grand_uncle);
312 if (p_grand_uncle->color == CL_MAP_RED) {
313 p_grand_uncle->color = CL_MAP_BLACK;
328 p_grand_uncle = p_item->p_up->p_up->p_left;
329 CL_ASSERT(p_grand_uncle);
330 if (p_grand_uncle->color == CL_MAP_RED) {
331 p_grand_uncle->color = CL_MAP_BLACK;
1244 cl_fmap_item_t *p_grand_uncle; local
[all...]

Completed in 90 milliseconds