Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dscalable_event.c449 tree_node_t *next_walk = NULL, *next_walk2 = NULL, in RegCb() local
457 assert(next_walk == NULL); in RegCb()
458 next_walk = w2; in RegCb()
459 if (next_sptr->cb != next_walk->cb) in RegCb()
460 next_sptr->cb = next_walk->cb; in RegCb()
466 if (next_walk) { in RegCb()
482 w = next_walk; in RegCb()
484 next_walk = NULL; in RegCb()