Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/mm/
A Dslabinfo.c57 int slabs; variable
587 s->slabs); in report()
667 s->slabs ? (s->partial * 100) / s->slabs : 100, in slabcache()
735 if (s->slabs != 0) in slab_empty()
792 if (slabs == 1) in slab_debug()
890 min_slabs = s->slabs; in totals()
915 max_slabs = s->slabs; in totals()
936 total_slabs += s->slabs; in totals()
1310 slabs = slab - slabinfo; in read_slab_dir()
1311 actual_slabs = slabs; in read_slab_dir()
[all …]
A Dslabinfo-gnuplot.sh187 mode=slabs
232 slabs)
258 slabs)
/linux-6.3-rc2/Documentation/mm/
A Dslub.rst14 all slabs.
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
44 to all slabs except those that match one of the "select slabs" block. Options
54 T Trace (please only use on single slabs)
72 slabs::
142 these are in the cpu slabs and the partial slabs. Full slabs are not
176 slabs allocation.
353 - Slabs sorted by size: FOO_STATS-slabs-by-size.png
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-kernel-slab61 of partially used slabs. It can be written to clear the current
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
375 partial slabs there are and how long each node's list is.
436 memory from a cache. Empty per-cpu or partial slabs
437 are freed and the partial list is sorted so the slabs
454 What: /sys/kernel/slab/<cache>/slabs
460 The slabs file is read-only and displays how long many slabs
[all …]
/linux-6.3-rc2/mm/
A Dslub.c1548 *slabs = ++str; in parse_slub_debug_flags()
1550 *slabs = NULL; in parse_slub_debug_flags()
2683 int slabs = 0; in put_cpu_partial() local
2699 slabs = oldslab->slabs; in put_cpu_partial()
2703 slabs++; in put_cpu_partial()
2705 slab->slabs = slabs; in put_cpu_partial()
5430 x = slab->slabs; in show_slab_objects()
5631 int slabs = 0; in slabs_cpu_partial_show() local
5642 slabs += slab->slabs; in slabs_cpu_partial_show()
5656 slabs = READ_ONCE(slab->slabs); in slabs_cpu_partial_show()
[all …]
A Dslab.h35 int slabs; /* Nr of slabs left */ member
A DKconfig236 Per cpu caching is realized using slabs of objects instead
321 supports the determination of the most active slabs to figure
322 out which slabs are relevant to a particular load.
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt5614 Enable merging of slabs with similar size when the
5618 Disable merging of slabs with similar size. May be
5620 allocs to different slabs, especially in hardened
5631 Determines the maximum allowed order for slabs.
5636 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB]
5645 Determines the maximum allowed order for slabs.
5655 of objects the smaller the overhead of tracking slabs
5660 Determines the minimum page order for slabs. Must be
6114 <int> -- Number of I/O TLB slabs
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dvm.rst488 (fallback from the local zone occurs) slabs will be reclaimed if more

Completed in 37 milliseconds