Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dscalable_event.c314 } while ((w = TREE_PARENT(w, link))); in create_spine()
509 if (TREE_PARENT(w, link)) { in RegCb()
510 ptn = tree_search(ntree, TREE_PARENT(w, link)->ev); in RegCb()
608 sptr = TREE_PARENT(target, link); in UnregCb()
610 (TREE_PARENT((x), field) ? \ in UnregCb()
611 TREE_PARENT((x), field)->field.tn_first == (x) && \ in UnregCb()
612 TREE_PARENT((x), field)->field.tn_last == (x) : \ in UnregCb()
615 sptr = TREE_PARENT(sptr, link); in UnregCb()
638 if (TREE_PARENT(w, link)) { in UnregCb()
640 ptn = tree_search(ntree, TREE_PARENT(w, link)->ev); in UnregCb()
/mOS-networking-stack/core/src/include/
H A Dtree.h166 #define TREE_PARENT(ent, field) ((ent)->field.tn_parent) macro