Home
last modified time | relevance | path

Searched refs:store_size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c240 static int store_size(char *buffer, unsigned long value) in store_size() function
391 store_size(b, s->numa[node]); in slab_numa()
400 store_size(b, s->numa_partial[node]); in slab_numa()
596 store_size(size_str, slab_size(s)); in slabcache()
598 store_size(size_str, slab_waste(s)); in slabcache()
958 store_size(b1, total_size);store_size(b2, total_waste); in totals()
959 store_size(b3, total_waste * 100 / total_used); in totals()
962 store_size(b1, total_objects);store_size(b in totals()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c260 static int store_size(char *buffer, unsigned long value) in store_size() function
411 store_size(b, s->numa[node]); in slab_numa()
420 store_size(b, s->numa_partial[node]); in slab_numa()
620 store_size(size_str, slab_size(s)); in slabcache()
622 store_size(size_str, slab_waste(s)); in slabcache()
982 store_size(b1, total_size);store_size(b2, total_waste); in totals()
983 store_size(b3, total_waste * 100 / total_used); in totals()
986 store_size(b1, total_objects);store_size(b in totals()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c421 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),
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c422 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),
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c5297 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument
5305 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c5399 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument
5407 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()

Completed in 25 milliseconds