Searched refs:objs_per_slab (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | slab_def.h | 114 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
|
| D | slub_def.h | 187 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
|
| /Linux-v6.1/tools/vm/ |
| D | slabinfo.c | 33 unsigned int hwcache_align, object_size, objs_per_slab; member 583 s->align, s->objs_per_slab, onoff(s->trace), in report() 584 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report() 664 s->objs_per_slab, s->order, in slabcache() 1258 slab->objs_per_slab = get_obj("objs_per_slab"); in read_slab_dir()
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-kernel-slab | 328 What: /sys/kernel/slab/<cache>/objs_per_slab 334 The file objs_per_slab is read-only and specifies how many
|
| /Linux-v6.1/mm/kfence/ |
| D | kfence_test.c | 295 KUNIT_EXPECT_EQ(test, objs_per_slab(s, slab), 1); in test_alloc()
|
| /Linux-v6.1/mm/ |
| D | slub.c | 5350 SLAB_ATTR_RO(objs_per_slab);
|
| D | memcontrol.c | 2880 unsigned int objects = objs_per_slab(s, slab); in memcg_alloc_slab_cgroups()
|