Searched refs:store_size (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/mm/ |
| A D | slabinfo.c | 982 store_size(b1, total_size);store_size(b2, total_waste); in totals() 1001 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals() 1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1010 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals() 1028 store_size(b1, avg_size);store_size(b2, min_size); in totals() 1029 store_size(b3, max_size);store_size(b4, total_size); in totals() 1033 store_size(b1, avg_used);store_size(b2, min_used); in totals() 1034 store_size(b3, max_used);store_size(b4, total_used); in totals() 1038 store_size(b1, avg_waste);store_size(b2, min_waste); in totals() 1039 store_size(b3, max_waste);store_size(b4, total_waste); in totals() [all …]
|
| /linux/kernel/trace/ |
| A D | trace_selftest.c | 769 int store_size; member 780 int size = fixture->store_size; in store_entry() 824 if (fixture->store_size > size) { in store_return() 827 size, (int)fixture->store_size); in store_return() 831 switch (fixture->store_size) { in store_return() 876 int size = fixture->store_size; in test_graph_storage_single() 912 .store_size = 1, 920 .store_size = 2, 928 .store_size = 4, 936 .store_size = 8,
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| 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/ |
| A D | scsi_debug.c | 6263 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument 6271 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
|
Completed in 30 milliseconds