Lines Matching full:b4
806 char b1[20], b2[20], b3[20], b4[20]; in totals() local
997 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
999 b1, b2, b3, b4); in totals()
1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1004 b1, b2, b3, b4); in totals()
1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
1009 b1, b2, b3, b4); in totals()
1012 store_size(b4, total_partial * 100 / total_slabs); in totals()
1014 b1, b2, b3, b4); in totals()
1018 store_size(b4, total_partobj); in totals()
1020 b1, b2, b3, b4); in totals()
1024 store_size(b4, total_partobj * 100 / total_objects); in totals()
1026 b1, b2, b3, b4); in totals()
1029 store_size(b3, max_size);store_size(b4, total_size); in totals()
1031 b1, b2, b3, b4); in totals()
1034 store_size(b3, max_used);store_size(b4, total_used); in totals()
1036 b1, b2, b3, b4); in totals()
1039 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1041 b1, b2, b3, b4); in totals()