Home
last modified time | relevance | path

Searched refs:rbNode (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Drb_tree.c44 root->rbNode = y; in FillpRbRotateLeft()
75 root->rbNode = y; in FillpRbRotateRight()
108 while (x != root->rbNode && x->rbParent->color == RB_RED) { in FillpRbInsertColor()
146 root->rbNode->color = RB_BLACK; in FillpRbInsertColor()
179 (*x) = root->rbNode; in FillpRbEraseColorAtLeft()
214 (*x) = root->rbNode; in FillpRbEraseColorAtRight()
226 while ((x != root->rbNode) && ((x == FILLP_NULL_PTR) || (x->color == RB_BLACK))) { in FillpRbEraseColor()
271 root->rbNode = node; in FillpRbEraseLowlvlNode()
330 root->rbNode = childNode; in FillpRbErase()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Drb_tree.h39 struct RbNode *rbNode; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c39 for (rbp = ep->rbr.rbNode; rbp && loopLimit; loopLimit--) { in EpFind()
60 struct RbNode **p = &ep->rbr.rbNode; in EpRbtreeInsert()
422 ep->rbr.rbNode = FILLP_NULL_PTR; in EpollMallocEventpoll()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c218 parent = rtNoe.rbNode; in SpungEpollClose()

Completed in 3 milliseconds