Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c325 void *new_parent; in talloc_unlink() local
357 new_parent = TC_PTR_FROM_CHUNK(new_p); in talloc_unlink()
359 new_parent = NULL; in talloc_unlink()
362 if (talloc_unreference(new_parent, ptr) != 0) { in talloc_unlink()
366 talloc_steal(new_parent, ptr); in talloc_unlink()
519 const void *new_parent = null_context; in talloc_free_children() local
522 if (p) new_parent = TC_PTR_FROM_CHUNK(p); in talloc_free_children()
525 if (new_parent == null_context) { in talloc_free_children()
527 if (p) new_parent = TC_PTR_FROM_CHUNK(p); in talloc_free_children()
529 talloc_steal(new_parent, child); in talloc_free_children()

Completed in 4 milliseconds