Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dscalable_event.c191 for (bev = TREE_FIRSTBORN(root, link); bev; bev = TREE_YOUNGER(bev, link)) { in stree_create()
455 next_walk2 = TREE_YOUNGER(w2, link); in RegCb()
778 walk = TREE_YOUNGER(walk, link)) in mtcp_define_event()
841 walk = TREE_YOUNGER(walk, link)) { in RaiseEv()
/mOS-networking-stack/core/src/include/
H A Dtree.h164 #define TREE_YOUNGER(ent, field) ((ent)->field.tn_younger) macro