Home
last modified time | relevance | path

Searched refs:slabinfo (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/tools/vm/
Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 struct slabinfo *slab;
196 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()
210 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()
292 static void slab_validate(struct slabinfo *s) in slab_validate()
300 static void slab_shrink(struct slabinfo *s) in slab_shrink()
324 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()
340 static unsigned long slab_size(struct slabinfo *s) in slab_size()
345 static unsigned long slab_activity(struct slabinfo *s) in slab_activity()
[all …]
DMakefile4 TARGETS=page-types slabinfo page_owner_sort
23 $(RM) page-types slabinfo page_owner_sort
D.gitignore1 slabinfo
/Linux-v4.19/Documentation/vm/
Dslub.rst18 Typically one would then use the ``slabinfo`` command to get statistical
19 data and perform operation on the slabs. By default ``slabinfo`` only lists
20 slabs that have data in them. See "slabinfo -h" for more options when
21 running the command. ``slabinfo`` can be compiled with
24 gcc -o slabinfo tools/vm/slabinfo.c
26 Some of the modes of operation of ``slabinfo`` require that slub debugging
100 ``slabinfo -a`` displays which slabs were merged together.
106 order to do so you must have the ``slabinfo`` tool. Then you can do
109 slabinfo -v
114 In that case ``slabinfo -v`` simply tests all reachable objects. Usually
[all …]
D.gitignore2 slabinfo
/Linux-v4.19/mm/
Dslab.h179 struct slabinfo { struct
192 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
Dslab_common.c1293 memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) in memcg_accumulate_slabinfo()
1296 struct slabinfo sinfo; in memcg_accumulate_slabinfo()
1315 struct slabinfo sinfo; in cache_show()
1347 struct slabinfo sinfo; in dump_unreclaimable_slab()
Dslab.c4093 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
Dslub.c5845 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/Linux-v4.19/Documentation/networking/
Dpacket_mmap.txt304 entries of /proc/slabinfo
316 <size-max> : is the maximum size of allocable with kmalloc (see /proc/slabinfo)
/Linux-v4.19/lib/
DKconfig.debug538 the allocator by a few percentage points. The slabinfo command
541 Try running: slabinfo -DA
/Linux-v4.19/Documentation/filesystems/
Dproc.txt620 slabinfo Slab pool info
767 The slabinfo file gives information about memory usage at the slab level.