Lines Matching refs:store_size
258 static int store_size(char *buffer, unsigned long value) in store_size() function
409 store_size(b, s->numa[node]); in slab_numa()
418 store_size(b, s->numa_partial[node]); in slab_numa()
618 store_size(size_str, slab_size(s)); in slabcache()
620 store_size(size_str, slab_waste(s)); in slabcache()
980 store_size(b1, total_size);store_size(b2, total_waste); in totals()
981 store_size(b3, total_waste * 100 / total_used); in totals()
984 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
985 store_size(b3, total_partobj * 100 / total_objects); in totals()
994 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
995 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
999 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
1000 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1004 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
1005 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
1008 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
1009 store_size(b3, max_ppart); in totals()
1010 store_size(b4, total_partial * 100 / total_slabs); in totals()
1014 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
1015 store_size(b3, max_partobj); in totals()
1016 store_size(b4, total_partobj); in totals()
1020 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
1021 store_size(b3, max_ppartobj); in totals()
1022 store_size(b4, total_partobj * 100 / total_objects); in totals()
1026 store_size(b1, avg_size);store_size(b2, min_size); in totals()
1027 store_size(b3, max_size);store_size(b4, total_size); in totals()
1031 store_size(b1, avg_used);store_size(b2, min_used); in totals()
1032 store_size(b3, max_used);store_size(b4, total_used); in totals()
1036 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
1037 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1047 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
1048 store_size(b3, max_memobj); in totals()
1051 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
1052 store_size(b3, max_objsize); in totals()
1056 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
1057 store_size(b3, max_objwaste); in totals()