Searched refs:store_size (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/mm/ |
| H A D | slabinfo.c | 263 static int store_size(char *buffer, unsigned long value) in store_size() function 414 store_size(b, s->numa[node]); in slab_numa() 423 store_size(b, s->numa_partial[node]); in slab_numa() 623 store_size(size_str, slab_size(s)); in slabcache() 625 store_size(size_str, slab_waste(s)); in slabcache() 985 store_size(b1, total_size);store_size(b2, total_waste); in totals() 986 store_size(b3, total_waste * 100 / total_used); in totals() 989 store_size(b1, total_objects);store_size(b2, total_partobj); in totals() 990 store_size(b3, total_partobj * 100 / total_objects); in totals() 999 store_size(b1, avg_objects);store_size(b2, min_objects); in totals() [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_selftest.c | 770 int store_size; member 782 int size = fixture->store_size; in store_entry() 827 if (fixture->store_size > size) { in store_return() 830 size, (int)fixture->store_size); in store_return() 834 switch (fixture->store_size) { in store_return() 879 int size = fixture->store_size; in test_graph_storage_single() 915 .store_size = 1, 923 .store_size = 2, 931 .store_size = 4, 939 .store_size = 8,
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-sysfs.c | 422 static ssize_t store_size(struct device *dev, struct device_attribute *attr, in store_size() function 545 __ATTR(size, S_IRUGO | S_IWUSR, show_size, store_size),
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7087 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument 7095 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
|