Lines Matching refs:b4
748 char b1[20], b2[20], b3[20], b4[20]; in totals() local
937 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
939 b1, b2, b3, b4); in totals()
942 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
944 b1, b2, b3, b4); in totals()
947 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
949 b1, b2, b3, b4); in totals()
952 store_size(b4, total_partial * 100 / total_slabs); in totals()
954 b1, b2, b3, b4); in totals()
958 store_size(b4, total_partobj); in totals()
960 b1, b2, b3, b4); in totals()
964 store_size(b4, total_partobj * 100 / total_objects); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_size);store_size(b4, total_size); in totals()
971 b1, b2, b3, b4); in totals()
974 store_size(b3, max_used);store_size(b4, total_used); in totals()
976 b1, b2, b3, b4); in totals()
979 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
981 b1, b2, b3, b4); in totals()