Searched refs:lColor (Results 1 – 2 of 2) sorted by relevance
142 while (LOS_RB_RED == pstX->pstParent->lColor) { in OsRbInsertNodeFixup()148 if (LOS_RB_RED == pstY->lColor) { in OsRbInsertNodeFixup()149 pstY->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()150 pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()151 pstGParent->lColor = LOS_RB_RED; in OsRbInsertNodeFixup()161 pstX->pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()162 pstGParent->lColor = LOS_RB_RED; in OsRbInsertNodeFixup()166 if (LOS_RB_RED == pstY->lColor) { in OsRbInsertNodeFixup()167 pstY->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()168 pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()[all …]
55 ULONG_T lColor; member