Lines Matching refs:b4
768 char b1[20], b2[20], b3[20], b4[20]; in totals() local
959 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
961 b1, b2, b3, b4); in totals()
964 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
971 b1, b2, b3, b4); in totals()
974 store_size(b4, total_partial * 100 / total_slabs); in totals()
976 b1, b2, b3, b4); in totals()
980 store_size(b4, total_partobj); in totals()
982 b1, b2, b3, b4); in totals()
986 store_size(b4, total_partobj * 100 / total_objects); in totals()
988 b1, b2, b3, b4); in totals()
991 store_size(b3, max_size);store_size(b4, total_size); in totals()
993 b1, b2, b3, b4); in totals()
996 store_size(b3, max_used);store_size(b4, total_used); in totals()
998 b1, b2, b3, b4); in totals()
1001 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1003 b1, b2, b3, b4); in totals()