Lines Matching refs:store_size

233 static int store_size(char *buffer, unsigned long value)  in store_size()  function
384 store_size(b, s->numa[node]); in slab_numa()
393 store_size(b, s->numa_partial[node]); in slab_numa()
589 store_size(size_str, slab_size(s)); in slabcache()
591 store_size(size_str, slab_waste(s)); in slabcache()
951 store_size(b1, total_size);store_size(b2, total_waste); in totals()
952 store_size(b3, total_waste * 100 / total_used); in totals()
955 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
956 store_size(b3, total_partobj * 100 / total_objects); in totals()
965 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
966 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
970 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
971 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
975 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
976 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
979 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
980 store_size(b3, max_ppart); in totals()
981 store_size(b4, total_partial * 100 / total_slabs); in totals()
985 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
986 store_size(b3, max_partobj); in totals()
987 store_size(b4, total_partobj); in totals()
991 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
992 store_size(b3, max_ppartobj); in totals()
993 store_size(b4, total_partobj * 100 / total_objects); in totals()
997 store_size(b1, avg_size);store_size(b2, min_size); in totals()
998 store_size(b3, max_size);store_size(b4, total_size); in totals()
1002 store_size(b1, avg_used);store_size(b2, min_used); in totals()
1003 store_size(b3, max_used);store_size(b4, total_used); in totals()
1007 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
1008 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1018 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
1019 store_size(b3, max_memobj); in totals()
1022 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
1023 store_size(b3, max_objsize); in totals()
1027 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
1028 store_size(b3, max_objwaste); in totals()