Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c63 #define TALLOC_FLAG_LOOP 0x02 macro
563 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_free()
583 tc->flags |= TALLOC_FLAG_LOOP; in talloc_free()
757 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_size()
764 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_size()
781 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_blocks()
788 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_blocks()
819 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth()
837 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_report_depth()
931 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth_str()
[all …]

Completed in 4 milliseconds