Searched refs:store_size (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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() 582 store_size(size_str, slab_size(s)); in slabcache() 584 store_size(size_str, slab_waste(s)); in slabcache() 944 store_size(b1, total_size);store_size(b2, total_waste); in totals() 945 store_size(b3, total_waste * 100 / total_used); in totals() 948 store_size(b1, total_objects);store_size(b2, total_partobj); in totals() 949 store_size(b3, total_partobj * 100 / total_objects); in totals() 958 store_size(b1, avg_objects);store_size(b2, min_objects); in totals() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 438 static ssize_t store_size(struct device *dev, struct device_attribute *attr, in store_size() function 562 __ATTR(size, S_IRUGO | S_IWUSR, show_size, store_size),
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 3888 unsigned long store_size) in sdebug_build_parts() argument 3896 if ((scsi_debug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
|