Searched refs:store_size (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/mm/ |
| H 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-6.15/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-6.15/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-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 6972 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument 6980 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
|