Home
last modified time | relevance | path

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

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c43 STATIC VOID OsRbInsertNodeFixup(LosRbTree *pstTree, VOID *pstData);
45 STATIC VOID OsRbDeleteNode(LosRbTree *pstTree, VOID *pstData);
128 STATIC VOID OsRbInsertNodeFixup(LosRbTree *pstTree, VOID *pstData) in OsRbInsertNodeFixup() argument
135 if ((NULL == pstTree) || (NULL == pstData)) { in OsRbInsertNodeFixup()
139 pstX = (LosRbNode *)pstData; in OsRbInsertNodeFixup()
257 STATIC VOID OsRbDeleteNode(LosRbTree *pstTree, VOID *pstData) in OsRbDeleteNode() argument
267 if ((NULL == pstTree) || (NULL == pstData)) { in OsRbDeleteNode()
271 pstZ = (LosRbNode *)pstData; in OsRbDeleteNode()
588 VOID *LOS_RbSuccessorNode(LosRbTree *pstTree, VOID *pstData) in LOS_RbSuccessorNode() argument
598 pstNode = (LosRbNode *)pstData; in LOS_RbSuccessorNode()
/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h123 VOID *LOS_RbSuccessorNode(LosRbTree *pstTree, VOID *pstData);