Lines Matching refs:store_size
222 static int store_size(char *buffer, unsigned long value) in store_size() function
364 store_size(b, s->numa[node]); in slab_numa()
373 store_size(b, s->numa_partial[node]); in slab_numa()
564 store_size(size_str, slab_size(s)); in slabcache()
924 store_size(b1, total_size);store_size(b2, total_waste); in totals()
925 store_size(b3, total_waste * 100 / total_used); in totals()
928 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
929 store_size(b3, total_partobj * 100 / total_objects); in totals()
936 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
937 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
942 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
946 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
947 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
950 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
951 store_size(b3, max_ppart); in totals()
952 store_size(b4, total_partial * 100 / total_slabs); in totals()
956 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
957 store_size(b3, max_partobj); in totals()
958 store_size(b4, total_partobj); in totals()
962 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
963 store_size(b3, max_ppartobj); in totals()
964 store_size(b4, total_partobj * 100 / total_objects); in totals()
968 store_size(b1, avg_size);store_size(b2, min_size); in totals()
969 store_size(b3, max_size);store_size(b4, total_size); in totals()
973 store_size(b1, avg_used);store_size(b2, min_used); in totals()
974 store_size(b3, max_used);store_size(b4, total_used); in totals()
978 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
979 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
987 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
988 store_size(b3, max_memobj); in totals()
991 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
992 store_size(b3, max_objsize); in totals()
996 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
997 store_size(b3, max_objwaste); in totals()