Home
last modified time | relevance | path

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

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c58 pstNilT = &(pstTree->stNilT); in OsRbLeftRotateNode()
97 pstNilT = &(pstTree->stNilT); in OsRbRightRotateNode()
272 pstNilT = &(pstTree->stNilT); in OsRbDeleteNode()
399 pstTree->pstRoot = &(pstTree->stNilT); in OsRbInitTree()
400 pstTree->stNilT.lColor = LOS_RB_BLACK; in OsRbInitTree()
401 pstTree->stNilT.pstLeft = NULL; /* Always NULL */ in OsRbInitTree()
402 pstTree->stNilT.pstRight = NULL; /* Always NULL */ in OsRbInitTree()
403 pstTree->stNilT.pstParent = NULL; /* Not NULL when tree isn't empty */ in OsRbInitTree()
499 LosRbNode *pstNilT = &pstTree->stNilT; in LOS_RbInsertOneNodeProcess()
575 pstNilT = &(pstTree->stNilT); in LOS_RbFirstNode()
[all …]
/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h64 LosRbNode stNilT; member