Searched refs:store_size (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/vm/ |
| A D | slabinfo.c | 958 store_size(b1, total_size);store_size(b2, total_waste); in totals() 977 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals() 978 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 986 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals() 1004 store_size(b1, avg_size);store_size(b2, min_size); in totals() 1005 store_size(b3, max_size);store_size(b4, total_size); in totals() 1009 store_size(b1, avg_used);store_size(b2, min_used); in totals() 1010 store_size(b3, max_used);store_size(b4, total_used); in totals() 1014 store_size(b1, avg_waste);store_size(b2, min_waste); in totals() 1015 store_size(b3, max_waste);store_size(b4, total_waste); in totals() [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| A D | omapfb-sysfs.c | 421 static ssize_t store_size(struct device *dev, struct device_attribute *attr, in store_size() function 544 __ATTR(size, S_IRUGO | S_IWUSR, show_size, store_size),
|
| /linux/drivers/scsi/ |
| A D | scsi_debug.c | 5293 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument 5301 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
|
Completed in 22 milliseconds