Home
last modified time | relevance | path

Searched refs:TREE_FIRSTBORN (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()
450 *next_sptr = TREE_FIRSTBORN(sptr, link); in RegCb()
452 for (w2 = TREE_FIRSTBORN(w, link); in RegCb()
471 tree_node_t *f = TREE_FIRSTBORN(sptr, link); in RegCb()
474 if ((f = TREE_FIRSTBORN(sptr, invk))) in RegCb()
495 sptr = TREE_FIRSTBORN(sptr, link); in RegCb()
776 for (walk = TREE_FIRSTBORN(parent, link); in mtcp_define_event()
839 for (walk = TREE_FIRSTBORN(g_cur_ev, link); in RaiseEv()
/mOS-networking-stack/core/src/include/
H A Dtree.h162 #define TREE_FIRSTBORN(ent, field) ((ent)->field.tn_first) macro