Searched refs:slabinfo (Results 1 – 12 of 12) 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()299 static void slab_validate(struct slabinfo *s) in slab_validate()307 static void slab_shrink(struct slabinfo *s) in slab_shrink()331 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()347 static unsigned long slab_size(struct slabinfo *s) in slab_size()352 static unsigned long slab_activity(struct slabinfo *s) in slab_activity()[all …]
4 TARGETS=page-types slabinfo page_owner_sort23 $(RM) page-types slabinfo page_owner_sort
1 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 debugging106 ``slabinfo -a`` displays which slabs were merged together.112 order to do so you must have the ``slabinfo`` tool. Then you can do115 slabinfo -v120 In that case ``slabinfo -v`` simply tests all reachable objects. Usually[all …]
2 slabinfo
1419 memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) in memcg_accumulate_slabinfo()1422 struct slabinfo sinfo; in memcg_accumulate_slabinfo()1441 struct slabinfo sinfo; in cache_show()1473 struct slabinfo sinfo; in dump_unreclaimable_slab()1586 struct slabinfo sinfo; in memcg_slabinfo_show()
245 struct slabinfo { struct258 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
4036 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
5897 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
304 entries of /proc/slabinfo316 <size-max> : is the maximum size of allocable with kmalloc (see /proc/slabinfo)
546 the allocator by a few percentage points. The slabinfo command549 Try running: slabinfo -DA
661 slabinfo Slab pool info 808 The slabinfo file gives information about memory usage at the slab level.