Searched refs:slabinfo (Results 1 – 11 of 11) sorted by relevance
28 struct slabinfo { struct49 } slabinfo[MAX_SLABS]; argument54 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 …]
6 TARGETS=page-types slabinfo page_owner_sort25 $(RM) page-types slabinfo page_owner_sort
2 slabinfo
19 running the command. ``slabinfo`` can be compiled with22 gcc -o slabinfo tools/mm/slabinfo.c127 ``slabinfo -a`` displays which slabs were merged together.136 slabinfo -v322 Extended slabinfo mode and plotting341 a) collect slabinfo extended records, for example::343 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done345 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 …]
388 struct slabinfo { struct401 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1240 struct slabinfo sinfo; in cache_show()1270 struct slabinfo sinfo; in dump_unreclaimable_slab()
320 the allocator by a few percentage points. The slabinfo command323 Try running: slabinfo -DA
3887 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
6475 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
310 entries of /proc/slabinfo324 (see /proc/slabinfo)
725 slabinfo Slab pool info877 The slabinfo file gives information about memory usage at the slab level.
Completed in 36 milliseconds