Searched refs:RbRoot (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | rb_tree.h | 38 struct RbRoot { struct 42 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root); 43 void FillpRbErase(struct RbNode *xNode, struct RbRoot *root);
|
H A D | epoll.h | 33 struct RbRoot rbr; /* epitem storage. epitem will be storaged here if added by epoll_ctl */
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | rb_tree.c | 22 static void FillpRbRotateLeft(struct RbNode *x, struct RbRoot *root) in FillpRbRotateLeft() 53 static void FillpRbRotateRight(struct RbNode *x, struct RbRoot *root) in FillpRbRotateRight() 83 static struct RbNode *EqualRight(struct RbNode *x, struct RbRoot *root) in EqualRight() 93 static struct RbNode *EqualLeft(struct RbNode *x, struct RbRoot *root) in EqualLeft() 103 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root) in FillpRbInsertColor() 149 static int FillpRbEraseColorAtLeft(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtLeft() 184 static int FillpRbEraseColorAtRight(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtRight() 219 static void FillpRbEraseColor(struct RbNode *x, struct RbNode *parent, struct RbRoot *root) in FillpRbEraseColor() 249 static void FillpRbEraseLowlvlNode(struct RbNode *node, struct RbRoot *root) in FillpRbEraseLowlvlNode() 301 void FillpRbErase(struct RbNode *node, struct RbRoot *roo [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_stack.c | 195 struct RbRoot rtNoe; in SpungEpollClose()
|
Completed in 2 milliseconds