Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c686 struct talloc_chunk *tc, *new_tc; in talloc_steal() local
713 new_tc = talloc_chunk_from_ptr(new_ctx); in talloc_steal()
715 if (tc == new_tc) { in talloc_steal()
729 tc->parent = new_tc; in talloc_steal()
730 if (new_tc->child) new_tc->child->parent = NULL; in talloc_steal()
731 _TLIST_ADD(new_tc->child, tc); in talloc_steal()

Completed in 4 milliseconds