Searched refs:total_objects (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | super.c | 65 long total_objects; in super_cache_scan() local 87 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 88 if (!total_objects) in super_cache_scan() 89 total_objects = 1; in super_cache_scan() 92 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan() 93 inodes = mult_frac(sc->nr_to_scan, inodes, total_objects); in super_cache_scan() 121 long total_objects = 0; in super_cache_count() local 144 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count() 149 if (!total_objects) in super_cache_count() 152 total_objects = vfs_pressure_ratio(total_objects); in super_cache_count() [all …]
|
/linux-6.3-rc2/tools/mm/ |
A D | slabinfo.c | 833 avg_objects, total_objects = 0; in totals() local 940 total_objects += s->objects; in totals() 950 if (!total_objects) { in totals() 965 avg_objects = total_objects / used_slabs; in totals() 972 avg_objsize = total_used / total_objects; in totals() 973 avg_objwaste = total_objwaste / total_objects; in totals() 974 avg_partobj = total_partobj * 100 / total_objects; in totals() 975 avg_memobj = total_objsize / total_objects; in totals() 987 store_size(b3, total_partobj * 100 / total_objects); in totals() 997 store_size(b3, max_objects);store_size(b4, total_objects); in totals() [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dbnames.c | 647 u32 total_objects = 0; in acpi_db_display_objects() local 668 total_objects += object_info->types[i]; in acpi_db_display_objects() 672 total_objects); in acpi_db_display_objects()
|
/linux-6.3-rc2/tools/cgroup/ |
A D | memcg_slabinfo.py | 91 nr_objs += n.total_objects.counter.value_()
|
/linux-6.3-rc2/mm/ |
A D | slub.c | 1372 atomic_long_add(objects, &n->total_objects); in inc_slabs_node() 1380 atomic_long_sub(objects, &n->total_objects); in dec_slabs_node() 2885 return atomic_long_read(&n->total_objects); in node_nr_objs() 4188 atomic_long_set(&n->total_objects, 0); in init_kmem_cache_node() 5456 x = atomic_long_read(&n->total_objects); in show_slab_objects() 5458 x = atomic_long_read(&n->total_objects) - in show_slab_objects() 5714 SLAB_ATTR_RO(total_objects);
|
A D | slab.h | 807 atomic_long_t total_objects; member
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-kernel-slab | 473 What: /sys/kernel/slab/<cache>/total_objects 479 The total_objects file is read-only and displays how many total
|
Completed in 24 milliseconds