Home
last modified time | relevance | path

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

/linux/tools/vm/
A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 struct slabinfo *slab;
779 struct slabinfo *s; in totals()
833 for (s = slabinfo; s < slabinfo + slabs; s++) { in totals()
1044 for (s1 = slabinfo; s1 < slabinfo + slabs; s1++) { in sort_slabs()
1101 struct slabinfo *s; in link_slabs()
1105 for (s = slabinfo; s < slabinfo + slabs; s++) in link_slabs()
1152 for (s = slabinfo; s < slabinfo + slabs; s++) { in rename_slabs()
1179 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/Documentation/vm/
A Dslub.rst21 running the command. ``slabinfo`` can be compiled with
24 gcc -o slabinfo tools/vm/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 …]
A D.gitignore3 slabinfo
/linux/mm/
A Dslab.h178 struct slabinfo { struct
191 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
A Dslab_common.c1065 struct slabinfo sinfo; in cache_show()
1095 struct slabinfo sinfo; in dump_unreclaimable_slab()
A Dslab.c4049 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
A Dslub.c6237 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux/Documentation/networking/
A Dpacket_mmap.rst310 entries of /proc/slabinfo
324 (see /proc/slabinfo)
/linux/Documentation/filesystems/
A Dproc.rst714 slabinfo Slab pool info
866 The slabinfo file gives information about memory usage at the slab level.
/linux/lib/
A DKconfig.debug697 the allocator by a few percentage points. The slabinfo command
700 Try running: slabinfo -DA

Completed in 106 milliseconds