Searched refs:slabinfo (Results 1 – 11 of 11) sorted by relevance
28 struct slabinfo { struct49 } slabinfo[MAX_SLABS]; argument54 struct slabinfo *slab;203 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()217 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()236 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj()317 static void slab_validate(struct slabinfo *s) in slab_validate()325 static void slab_shrink(struct slabinfo *s) in slab_shrink()349 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()365 static unsigned long slab_size(struct slabinfo *s) in slab_size()[all …]
6 TARGETS=page-types slabinfo page_owner_sort25 $(RM) page-types slabinfo page_owner_sort
2 slabinfo
18 Typically one would then use the ``slabinfo`` command to get statistical19 data and perform operation on the slabs. By default ``slabinfo`` only lists20 slabs that have data in them. See "slabinfo -h" for more options when21 running the command. ``slabinfo`` can be compiled with24 gcc -o slabinfo tools/vm/slabinfo.c26 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 …]
370 struct slabinfo { struct383 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
1224 struct slabinfo sinfo; in cache_show()1254 struct slabinfo sinfo; in dump_unreclaimable_slab()
275 the allocator by a few percentage points. The slabinfo command278 Try running: slabinfo -DA
3894 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
6279 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
310 entries of /proc/slabinfo324 (see /proc/slabinfo)
721 slabinfo Slab pool info873 The slabinfo file gives information about memory usage at the slab level.