Lines Matching refs:slabs
10 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
106 ``slabinfo -a`` displays which slabs were merged together.
121 these are in the cpu slabs and the partial slabs. Full slabs are not
128 list_lock once in a while to deal with partial slabs. That overhead is
144 specifies a minimum order of slabs. A similar effect like
155 slabs allocation.
306 - Slabs sorted by size (up to -N <num> slabs, default 1)
307 - Slabs sorted by loss (up to -N <num> slabs, default 1)
313 mode also simplifies the analysis of slabs' behaviour, because its
332 - Slabs sorted by size: FOO_STATS-slabs-by-size.png
333 - Slabs sorted by loss: FOO_STATS-slabs-by-loss.png
336 need to compare slabs' behaviour "prior to" and "after" some code