Searched refs:TREE_YOUNGER (Results 1 – 2 of 2) sorted by relevance
191 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()
164 #define TREE_YOUNGER(ent, field) ((ent)->field.tn_younger) macro