Searched refs:slabinfo (Results 1 – 12 of 12) sorted by relevance
28 struct slabinfo { struct49 } slabinfo[MAX_SLABS]; argument54 struct slabinfo *slab;205 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()219 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()238 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj()319 static void slab_validate(struct slabinfo *s) in slab_validate()327 static void slab_shrink(struct slabinfo *s) in slab_shrink()351 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()367 static unsigned long slab_size(struct slabinfo *s) in slab_size()[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
16 Typically one would then use the ``slabinfo`` command to get statistical17 data and perform operation on the slabs. By default ``slabinfo`` only lists18 slabs that have data in them. See "slabinfo -h" for more options when19 running the command. ``slabinfo`` can be compiled with22 gcc -o slabinfo tools/mm/slabinfo.c24 Some of the modes of operation of ``slabinfo`` require that slub debugging127 ``slabinfo -a`` displays which slabs were merged together.133 order to do so you must have the ``slabinfo`` tool. Then you can do136 slabinfo -v141 In that case ``slabinfo -v`` simply tests all reachable objects. Usually[all …]
4 before=$(grep "^pid " /proc/slabinfo | awk '{print $2}')9 after=$(grep "^pid " /proc/slabinfo | awk '{print $2}')
277 def slabinfo(): function324 slabinfo()
498 struct slabinfo { struct511 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1100 struct slabinfo sinfo; in cache_show()1129 struct slabinfo sinfo; in dump_unreclaimable_slab()
314 the allocator by a few percentage points. The slabinfo command317 Try running: slabinfo -DA
7425 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
311 entries of /proc/slabinfo325 (see /proc/slabinfo)
749 slabinfo Slab pool info901 The slabinfo file gives information about memory usage at the slab level.