Searched refs:LOS_DL_LIST_IS_END (Results 1 – 2 of 2) sorted by relevance
123 #define LOS_DL_LIST_IS_END(list, node) ((list) == (node) ? TRUE : FALSE) macro
423 while (!LOS_DL_LIST_IS_END(&pstTree->stWalkHead, pstNode)) { in OsRbClearTree()