Home
last modified time | relevance | path

Searched refs:TREE_INSERT_CHILD (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/test/tree/
H A Dtest.c24 TREE_INSERT_CHILD(&nodes[0], &nodes[1], link); in main()
25 TREE_INSERT_CHILD(&nodes[1], &nodes[2], link); in main()
26 TREE_INSERT_CHILD(&nodes[1], &nodes[3], link); in main()
27 TREE_INSERT_CHILD(&nodes[2], &nodes[4], link); in main()
28 TREE_INSERT_CHILD(&nodes[3], &nodes[5], link); in main()
/mOS-networking-stack/core/src/
H A Dscalable_event.c308 TREE_INSERT_CHILD(ntn, ntree, link); in create_spine()
310 TREE_INSERT_CHILD(ntn, ntree, invk); in create_spine()
467 TREE_INSERT_CHILD(sptr, w2, link); in RegCb()
512 TREE_INSERT_CHILD(ptn, ntn, link); in RegCb()
514 TREE_INSERT_CHILD(ptn, ntn, invk); in RegCb()
644 TREE_INSERT_CHILD(ptn, ntn, link); in UnregCb()
646 TREE_INSERT_CHILD(ptn, ntn, invk); in UnregCb()
751 TREE_INSERT_CHILD(parent, new, link); in mtcp_alloc_event()
808 TREE_INSERT_CHILD(parent, new, link); in mtcp_define_event()
809 TREE_INSERT_CHILD(parent, new, invk); in mtcp_define_event()
[all …]
/mOS-networking-stack/core/src/include/
H A Dtree.h37 #define TREE_INSERT_CHILD(treeelm, elm, field) do { \ macro