Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c63 #define TALLOC_FLAG_LOOP 0x02 macro
562 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_free()
580 tc->flags |= TALLOC_FLAG_LOOP; in talloc_free()
750 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_size()
757 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_size()
774 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_blocks()
781 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_blocks()
812 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth()
830 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_report_depth()
924 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth_str()
[all …]

Completed in 4 milliseconds