Searched refs:store_size (Results 1 – 1 of 1) sorted by relevance
/tools/vm/ |
D | slabinfo.c | 230 static int store_size(char *buffer, unsigned long value) in store_size() function 381 store_size(b, s->numa[node]); in slab_numa() 390 store_size(b, s->numa_partial[node]); in slab_numa() 583 store_size(size_str, slab_size(s)); in slabcache() 585 store_size(size_str, slab_waste(s)); in slabcache() 945 store_size(b1, total_size);store_size(b2, total_waste); in totals() 946 store_size(b3, total_waste * 100 / total_used); in totals() 949 store_size(b1, total_objects);store_size(b2, total_partobj); in totals() 950 store_size(b3, total_partobj * 100 / total_objects); in totals() 959 store_size(b1, avg_objects);store_size(b2, min_objects); in totals() [all …]
|