Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c99 unsigned int null_refs; /* references from null_context */ member
192 tc->null_refs = 0; in _talloc()
233 tc->null_refs++; in talloc_increase_ref_count()
295 if ((context == null_context) && tc->null_refs) { in talloc_unreference()
296 tc->null_refs--; in talloc_unreference()
552 if (tc->null_refs) { in talloc_free()
553 tc->null_refs--; in talloc_free()

Completed in 4 milliseconds