Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/mm/
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 …]
A DMakefile6 TARGETS=page-types slabinfo page_owner_sort
25 $(RM) page-types slabinfo page_owner_sort
A D.gitignore2 slabinfo
/linux-6.3-rc2/Documentation/mm/
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
322 Extended slabinfo mode and plotting
341 a) collect slabinfo extended records, for example::
343 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done
345 b) pass stats file(-s) to ``slabinfo-gnuplot.sh`` script::
347 slabinfo-gnuplot.sh FOO_STATS [FOO_STATS2 .. FOO_STATSN]
364 while [ 1 ]; do slabinfo -X >> STATS<X>; sleep 1; done
[all …]
/linux-6.3-rc2/mm/
A Dslab.h388 struct slabinfo { struct
401 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
A Dslab_common.c1240 struct slabinfo sinfo; in cache_show()
1270 struct slabinfo sinfo; in dump_unreclaimable_slab()
A DKconfig320 the allocator by a few percentage points. The slabinfo command
323 Try running: slabinfo -DA
A Dslab.c3887 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
A Dslub.c6475 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux-6.3-rc2/Documentation/networking/
A Dpacket_mmap.rst310 entries of /proc/slabinfo
324 (see /proc/slabinfo)
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst725 slabinfo Slab pool info
877 The slabinfo file gives information about memory usage at the slab level.

Completed in 38 milliseconds