Home
last modified time | relevance | path

Searched refs:objs_per_slab (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dslab_def.h116 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
H A Dslub_def.h199 static inline int objs_per_slab(const struct kmem_cache *cache, in objs_per_slab() function
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c33 unsigned int hwcache_align, object_size, objs_per_slab; member
561 s->align, s->objs_per_slab, onoff(s->trace), in report()
562 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report()
642 s->objs_per_slab, s->order, in slabcache()
1236 slab->objs_per_slab = get_obj("objs_per_slab"); in read_slab_dir()
/kernel/linux/linux-6.6/tools/mm/
H 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()
/kernel/linux/linux-6.6/mm/kfence/
H A Dkfence_test.c297 KUNIT_EXPECT_EQ(test, objs_per_slab(s, slab), 1); in test_alloc()
/kernel/linux/linux-5.10/mm/
H A Dslub.c5050 SLAB_ATTR_RO(objs_per_slab); variable
/kernel/linux/linux-6.6/mm/
H A Dslub.c5555 SLAB_ATTR_RO(objs_per_slab); variable
H A Dmemcontrol.c2921 unsigned int objects = objs_per_slab(s, slab); in memcg_alloc_slab_cgroups()

Completed in 38 milliseconds