Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c33 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c5052 SLAB_ATTR_RO(objs_per_slab);