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 BUILD_TARGETS=page-types slabinfo page_owner_sort thp_swap_allocator_test26 $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
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 -v331 Extended slabinfo mode and plotting350 a) collect slabinfo extended records, for example::352 while [ 1 ]; do slabinfo -X >> FOO_STATS; sleep 1; done354 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 …]
277 def slabinfo(): function324 slabinfo()
481 struct slabinfo { struct494 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1104 struct slabinfo sinfo; in cache_show()1133 struct slabinfo sinfo; in dump_unreclaimable_slab()
271 the allocator by a few percentage points. The slabinfo command274 Try running: slabinfo -DA
7846 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
311 entries of /proc/slabinfo325 (see /proc/slabinfo)
782 slabinfo Slab pool info934 The slabinfo file gives information about memory usage at the slab level.