Lines Matching refs:b4
782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
973 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
975 b1, b2, b3, b4); in totals()
978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
980 b1, b2, b3, b4); in totals()
983 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
985 b1, b2, b3, b4); in totals()
988 store_size(b4, total_partial * 100 / total_slabs); in totals()
990 b1, b2, b3, b4); in totals()
994 store_size(b4, total_partobj); in totals()
996 b1, b2, b3, b4); in totals()
1000 store_size(b4, total_partobj * 100 / total_objects); in totals()
1002 b1, b2, b3, b4); in totals()
1005 store_size(b3, max_size);store_size(b4, total_size); in totals()
1007 b1, b2, b3, b4); in totals()
1010 store_size(b3, max_used);store_size(b4, total_used); in totals()
1012 b1, b2, b3, b4); in totals()
1015 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1017 b1, b2, b3, b4); in totals()