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
40 Enable options only for select slabs
50 T Trace (please only use on single slabs)
98 If no debug options are specified then SLUB may merge similar slabs together
100 ``slabinfo -a`` displays which slabs were merged together.
115 these are in the cpu slabs and the partial slabs. Full slabs are not
122 list_lock once in a while to deal with partial slabs. That overhead is
138 specifies a minim order of slabs. A similar effect like
149 slabs allocation.
300 - Slabs sorted by size (up to -N <num> slabs, default 1)
301 - Slabs sorted by loss (up to -N <num> slabs, default 1)
307 mode also simplifies the analysis of slabs' behaviour, because its
326 - Slabs sorted by size: FOO_STATS-slabs-by-size.png
327 - Slabs sorted by loss: FOO_STATS-slabs-by-loss.png
330 need to compare slabs' behaviour "prior to" and "after" some code