Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 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 …]
H A DMakefile6 TARGETS=page-types slabinfo page_owner_sort
25 $(RM) page-types slabinfo page_owner_sort
H A D.gitignore2 slabinfo
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
127 ``slabinfo -a`` displays which slabs were merged together.
133 order to do so you must have the ``slabinfo`` tool. Then you can do
136 slabinfo -v
141 In that case ``slabinfo -v`` simply tests all reachable objects. Usually
[all …]
H A D.gitignore3 slabinfo
/OK3568_Linux_fs/kernel/mm/
H A Dslab.h200 struct slabinfo { struct
213 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
H A Dslab_common.c973 struct slabinfo sinfo; in cache_show()
1003 struct slabinfo sinfo; in dump_unreclaimable_slab()
H A Dslab.c4030 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
H A Dslub.c5911 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h28 struct slabinfo;
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst311 entries of /proc/slabinfo
325 (see /proc/slabinfo)
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c193 struct slabinfo sinfo; in md_dump_slabinfo()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst707 slabinfo Slab pool info
859 The slabinfo file gives information about memory usage at the slab level.
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug641 the allocator by a few percentage points. The slabinfo command
644 Try running: slabinfo -DA