Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_mm.c834 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_print() local
836 total_free += drm_mm_dump_hole(p, &mm->head_node); in drm_mm_print()
842 total_free += drm_mm_dump_hole(p, entry); in drm_mm_print()
844 total = total_free + total_used; in drm_mm_print()
847 total_used, total_free); in drm_mm_print()
/dragonfly/contrib/gcc-4.7/gcc/
HDmips-tfile.c1058 int total_free; /* total number of frees */ member
4839 alloc_counts[i].total_free, in main()
5077 alloc_counts[ (int) alloc_type_scope ].total_free++; in free_scope()
5233 alloc_counts[ (int) alloc_type_tag ].total_free++; in free_tag()
5290 alloc_counts[ (int) alloc_type_forward ].total_free++; in free_forward()
5347 alloc_counts[ (int) alloc_type_thead ].total_free++; in free_thead()
/dragonfly/contrib/binutils-2.34/gas/
HDecoff.c1051 int total_free; /* total number of frees */ member
4872 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
5029 alloc_counts[(int) alloc_type_tag].total_free++; in free_tag()
5118 alloc_counts[(int) alloc_type_thead].total_free++; in free_thead()
/dragonfly/contrib/binutils-2.27/gas/
HDecoff.c1051 int total_free; /* total number of frees */ member
4867 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
5024 alloc_counts[(int) alloc_type_tag].total_free++; in free_tag()
5113 alloc_counts[(int) alloc_type_thead].total_free++; in free_thead()