Home
last modified time | relevance | path

Searched refs:slabs (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/vm/
Dslabinfo.c36 unsigned long partial, objects, slabs, objects_partial, objects_total; member
57 int slabs; variable
349 return s->slabs * (page_size << s->order); in slab_size()
375 if (skip_zero && !s->slabs) in slab_numa()
549 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
550 s->slabs * (page_size << s->order)); in report()
552 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report()
556 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report()
563 s->slabs); in report()
589 if (skip_zero && !show_empty && !s->slabs) in slabcache()
[all …]
Dslabinfo-gnuplot.sh187 mode=slabs
232 slabs)
258 slabs)
/Linux-v5.4/Documentation/vm/
Dslub.rst10 SLUB can enable debugging only for selected slabs in order to avoid
16 all slabs.
19 data and perform operation on the slabs. By default ``slabinfo`` only lists
20 slabs that have data in them. See "slabinfo -h" for more options when
38 Enable options for all slabs
41 Enable options only for select slabs (no spaces
51 T Trace (please only use on single slabs)
67 end of the slab name, in order to cover all slabs with the same prefix. For
69 slabs::
104 If no debug options are specified then SLUB may merge similar slabs together
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-kernel-slab61 of partially used slabs. It can be written to clear the current
115 The cpu_slabs file is read-only and displays how many cpu slabs
124 The file cpuslab_flush shows how many times a cache's cpu slabs
201 slabs (not objects) are freed by rcu.
295 The min_partial file specifies how many empty slabs shall
297 allocating new slabs. Such slabs may be reclaimed by utilizing
325 objects are on partial slabs and from which nodes they are
344 The order file specifies the page order at which new slabs are
373 partial slabs there are and how long each node's list is.
433 memory from a cache. Empty per-cpu or partial slabs
[all …]
/Linux-v5.4/drivers/xen/
Dswiotlb-xen.c131 int slabs = min(nslabs - i, (unsigned long)IO_TLB_SEGSIZE); in xen_swiotlb_fixup() local
136 get_order(slabs << IO_TLB_SHIFT), in xen_swiotlb_fixup()
142 i += slabs; in xen_swiotlb_fixup()
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4343 Disable merging of slabs with similar size. May be
4345 allocs to different slabs, especially in hardened
4356 Determines the maximum allowed order for slabs.
4361 slub_debug[=options[,slabs]] [MM, SLUB]
4378 Determines the maximum allowed order for slabs.
4388 of objects the smaller the overhead of tracking slabs
4393 Determines the minimum page order for slabs. Must be
4699 <int> -- Number of I/O TLB slabs
/Linux-v5.4/lib/
DKconfig.debug547 supports the determination of the most active slabs to figure
548 out which slabs are relevant to a particular load.
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dvm.rst474 (fallback from the local zone occurs) slabs will be reclaimed if more
/Linux-v5.4/Documentation/block/
Dbiodoc.rst659 given size from these slabs.
/Linux-v5.4/mm/
Dslub.c5133 SLAB_ATTR_RO(slabs);
/Linux-v5.4/init/
DKconfig1819 Per cpu caching is realized using slabs of objects instead