Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c36 unsigned long partial, objects, slabs, objects_partial, objects_total; member
57 int slabs; variable
369 return s->slabs * (page_size << s->order); in slab_size()
395 if (skip_zero && !s->slabs) in slab_numa()
573 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
574 s->slabs * (page_size << s->order)); in report()
576 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report()
580 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report()
587 s->slabs); in report()
613 if (skip_zero && !show_empty && !s->slabs) in slabcache()
[all …]
H A Dslabinfo-gnuplot.sh187 mode=slabs
232 slabs)
258 slabs)
/openbmc/linux/Documentation/mm/
H A Dslub.rst8 SLUB can enable debugging only for selected slabs in order to avoid
14 all slabs.
17 data and perform operation on the slabs. By default ``slabinfo`` only lists
18 slabs that have data in them. See "slabinfo -h" for more options when
36 Enable options for all slabs
39 Enable options only for select slabs (no spaces
42 Multiple blocks of options for all slabs or selected slabs can be given, with
43 blocks of options delimited by ';'. The last of "all slabs" blocks is applied
44 to all slabs except those that match one of the "select slabs" block. Options
45 of the first "select slabs" blocks that matches the slab's name are applied.
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A 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
375 partial slabs there are and how long each node's list is.
436 memory from a cache. Empty per-cpu or partial slabs
[all …]
/openbmc/linux/mm/
H A Dslub.c1519 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() argument
1575 *slabs = ++str; in parse_slub_debug_flags()
1577 *slabs = NULL; in parse_slub_debug_flags()
2708 int slabs = 0; in put_cpu_partial() local
2715 if (drain && oldslab->slabs >= s->cpu_partial_slabs) { in put_cpu_partial()
2724 slabs = oldslab->slabs; in put_cpu_partial()
2728 slabs++; in put_cpu_partial()
2730 slab->slabs = slabs; in put_cpu_partial()
5459 x = slab->slabs; in show_slab_objects()
5653 int slabs = 0; in slabs_cpu_partial_show() local
[all …]
H A Dslab.h68 int slabs; /* Nr of slabs left */ member
H A DKconfig269 Per cpu caching is realized using slabs of objects instead
337 supports the determination of the most active slabs to figure
338 out which slabs are relevant to a particular load.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass117 # RAM, so request 0 slabs and lets the kernel round up to the appropriate minimum
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5823 Enable merging of slabs with similar size when the
5827 Disable merging of slabs with similar size. May be
5829 allocs to different slabs, especially in hardened
5840 Determines the maximum allowed order for slabs.
5845 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB]
5854 Determines the maximum allowed order for slabs.
5864 of objects the smaller the overhead of tracking slabs
5869 Determines the minimum page order for slabs. Must be
6350 <int> -- Number of I/O TLB slabs
[all...]
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst488 (fallback from the local zone occurs) slabs will be reclaimed if more