Home
last modified time | relevance | path

Searched refs:stWalkHead (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c287 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()
/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h65 LOS_DL_LIST stWalkHead; member