Searched refs:slabinfo (Results 1 – 12 of 12) sorted by relevance
28 struct slabinfo { struct49 } slabinfo[MAX_SLABS]; argument54 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 …]
6 TARGETS=page-types slabinfo page_owner_sort25 $(RM) page-types slabinfo page_owner_sort
2 slabinfo
21 running the command. ``slabinfo`` can be compiled with24 gcc -o slabinfo tools/vm/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 …]
3 slabinfo
178 struct slabinfo { struct191 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1065 struct slabinfo sinfo; in cache_show()1095 struct slabinfo sinfo; in dump_unreclaimable_slab()
4049 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
6237 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
310 entries of /proc/slabinfo324 (see /proc/slabinfo)
714 slabinfo Slab pool info866 The slabinfo file gives information about memory usage at the slab level.
697 the allocator by a few percentage points. The slabinfo command700 Try running: slabinfo -DA
Completed in 106 milliseconds