Home
last modified time | relevance | path

Searched refs:objs_per_slab (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dslab_def.h116 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
A Dslub_def.h193 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
/linux-6.3-rc2/tools/mm/
A Dslabinfo.c33 unsigned int hwcache_align, object_size, objs_per_slab; member
585 s->align, s->objs_per_slab, onoff(s->trace), in report()
586 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report()
666 s->objs_per_slab, s->order, in slabcache()
1260 slab->objs_per_slab = get_obj("objs_per_slab"); in read_slab_dir()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-kernel-slab328 What: /sys/kernel/slab/<cache>/objs_per_slab
334 The file objs_per_slab is read-only and specifies how many
/linux-6.3-rc2/mm/kfence/
A Dkfence_test.c295 KUNIT_EXPECT_EQ(test, objs_per_slab(s, slab), 1); in test_alloc()
/linux-6.3-rc2/mm/
A Dslub.c5534 SLAB_ATTR_RO(objs_per_slab);
A Dmemcontrol.c2894 unsigned int objects = objs_per_slab(s, slab); in memcg_alloc_slab_cgroups()

Completed in 43 milliseconds