Searched refs:total_free (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_mm.c568 unsigned long total_used = 0, total_free = 0, total = 0; local
578 total_free += hole_size;
593 total_free += hole_size;
596 total = total_free + total_used;
599 total_used, total_free);
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c1116 int total_free; /* total number of frees */
4938 alloc_counts[i].total_free,
5180 alloc_counts[ (int) alloc_type_scope ].total_free++;
5340 alloc_counts[ (int) alloc_type_tag ].total_free++;
5398 alloc_counts[ (int) alloc_type_forward ].total_free++;
5456 alloc_counts[ (int) alloc_type_thead ].total_free++;
1109 int total_free; /* total number of frees */ member in struct:alloc_info
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1056 int total_free; /* total number of frees */
4907 alloc_counts[(int) alloc_type_scope].total_free++;
5068 alloc_counts[(int) alloc_type_tag].total_free++;
5159 alloc_counts[(int) alloc_type_thead].total_free++;
1054 int total_free; /* total number of frees */ member in struct:alloc_info

Completed in 130 milliseconds