Home
last modified time | relevance | path

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

/linux-6.15/tools/mm/
H A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 struct slabinfo *slab;
803 struct slabinfo *s; in totals()
857 for (s = slabinfo; s < slabinfo + slabs; s++) { in totals()
1068 for (s1 = slabinfo; s1 < slabinfo + slabs; s1++) { in sort_slabs()
1137 struct slabinfo *s; in link_slabs()
1141 for (s = slabinfo; s < slabinfo + slabs; s++) in link_slabs()
1188 for (s = slabinfo; s < slabinfo + slabs; s++) { in rename_slabs()
1215 struct slabinfo *slab = slabinfo; in read_slab_dir()
[all …]
H A DMakefile6 BUILD_TARGETS=page-types slabinfo page_owner_sort thp_swap_allocator_test
26 $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
H A D.gitignore2 slabinfo
/linux-6.15/Documentation/mm/
H A Dslub.rst19 running the command. ``slabinfo`` can be compiled with
22 gcc -o slabinfo tools/mm/slabinfo.c
127 ``slabinfo -a`` displays which slabs were merged together.
136 slabinfo -v
331 Extended slabinfo mode and plotting
350 a) collect slabinfo extended records, for example::
352 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done
354 b) pass stats file(-s) to ``slabinfo-gnuplot.sh`` script::
356 slabinfo-gnuplot.sh FOO_STATS [FOO_STATS2 .. FOO_STATSN]
373 while [ 1 ]; do slabinfo -X >> STATS<X>; sleep 1; done
[all …]
/linux-6.15/scripts/gdb/linux/
H A Dslab.py277 def slabinfo(): function
324 slabinfo()
/linux-6.15/mm/
H A Dslab.h481 struct slabinfo { struct
494 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
H A Dslab_common.c1104 struct slabinfo sinfo; in cache_show()
1133 struct slabinfo sinfo; in dump_unreclaimable_slab()
H A DKconfig271 the allocator by a few percentage points. The slabinfo command
274 Try running: slabinfo -DA
H A Dslub.c7846 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux-6.15/Documentation/networking/
H A Dpacket_mmap.rst311 entries of /proc/slabinfo
325 (see /proc/slabinfo)
/linux-6.15/Documentation/filesystems/
H A Dproc.rst782 slabinfo Slab pool info
934 The slabinfo file gives information about memory usage at the slab level.