Home
last modified time | relevance | path

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

/linux/tools/vm/
A Dslabinfo.c57 int slabs; variable
563 s->slabs); in report()
643 s->slabs ? (s->partial * 100) / s->slabs : 100, in slabcache()
711 if (s->slabs != 0) in slab_empty()
768 if (slabs == 1) in slab_debug()
866 min_slabs = s->slabs; in totals()
891 max_slabs = s->slabs; in totals()
912 total_slabs += s->slabs; in totals()
1274 slabs = slab - slabinfo; in read_slab_dir()
1275 actual_slabs = slabs; in read_slab_dir()
[all …]
A Dslabinfo-gnuplot.sh187 mode=slabs
232 slabs)
258 slabs)
/linux/Documentation/vm/
A Dslub.rst16 all slabs.
38 Enable options for all slabs
41 Enable options only for select slabs (no spaces
44 Multiple blocks of options for all slabs or selected slabs can be given, with
46 to all slabs except those that match one of the "select slabs" block. Options
56 T Trace (please only use on single slabs)
74 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/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/samples/bpf/
A Dxsk_fwd.c109 u64 **slabs; member
170 bp->slabs = (u64 **)&p[sizeof(struct bpool)]; in bpool_init()
183 bp->slabs[i] = &bp->buffers[i * params->n_buffers_per_slab]; in bpool_init()
348 slab_full = bp->slabs[n_slabs_available]; in bcache_cons_check()
349 bp->slabs[n_slabs_available] = bc->slab_cons; in bcache_cons_check()
396 slab_empty = bp->slabs[n_slabs_available]; in bcache_prod()
397 bp->slabs[n_slabs_available] = bc->slab_prod; in bcache_prod()
/linux/mm/
A Dslub.c1430 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() argument
1486 *slabs = ++str; in parse_slub_debug_flags()
1488 *slabs = NULL; in parse_slub_debug_flags()
5543 SLAB_ATTR_RO(slabs);
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt5183 Enable merging of slabs with similar size when the
5187 Disable merging of slabs with similar size. May be
5189 allocs to different slabs, especially in hardened
5200 Determines the maximum allowed order for slabs.
5205 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB]
5214 Determines the maximum allowed order for slabs.
5224 of objects the smaller the overhead of tracking slabs
5229 Determines the minimum page order for slabs. Must be
5612 <int> -- Number of I/O TLB slabs
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst487 (fallback from the local zone occurs) slabs will be reclaimed if more
/linux/lib/
A DKconfig.debug698 supports the determination of the most active slabs to figure
699 out which slabs are relevant to a particular load.
/linux/Documentation/block/
A Dbiodoc.rst659 given size from these slabs.
/linux/init/
A DKconfig1917 Per cpu caching is realized using slabs of objects instead

Completed in 549 milliseconds