Searched refs:stWalkHead (Results 1 – 2 of 2) sorted by relevance
287 if (!LOS_ListEmpty(&pstTree->stWalkHead)) { in OsRbDeleteNode()288 LOS_DL_LIST_FOR_EACH(pstNode, &pstTree->stWalkHead) in OsRbDeleteNode()404 LOS_ListInit(&pstTree->stWalkHead); in OsRbInitTree()422 pstNode = LOS_DL_LIST_FIRST(&pstTree->stWalkHead); in OsRbClearTree()423 while (!LOS_DL_LIST_IS_END(&pstTree->stWalkHead, pstNode)) { in OsRbClearTree()429 pstNode = LOS_DL_LIST_FIRST(&pstTree->stWalkHead); in OsRbClearTree()454 LOS_ListAdd(&pstTree->stWalkHead, &pstWalk->stLink); in LOS_RbCreateWalk()
65 LOS_DL_LIST stWalkHead; member