Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dscalable_event.c340 tree_node_t *ntn, *ptn = NULL;
490 tree_node_t *ntn, *ptn = NULL; in RegCb() local
510 ptn = tree_search(ntree, TREE_PARENT(w, link)->ev); in RegCb()
511 assert(ptn); in RegCb()
512 TREE_INSERT_CHILD(ptn, ntn, link); in RegCb()
514 TREE_INSERT_CHILD(ptn, ntn, invk); in RegCb()
622 tree_node_t *ntn, *ptn; in UnregCb() local
640 ptn = tree_search(ntree, TREE_PARENT(w, link)->ev); in UnregCb()
642 assert(ptn); in UnregCb()
644 TREE_INSERT_CHILD(ptn, ntn, link); in UnregCb()
[all …]