Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 struct slabinfo *slab;
208 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()
222 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()
241 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj()
322 static void slab_validate(struct slabinfo *s) in slab_validate()
330 static void slab_shrink(struct slabinfo *s) in slab_shrink()
354 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()
370 static unsigned long slab_size(struct slabinfo *s) in slab_size()
[all …]
H A DMakefile6 BUILD_TARGETS=page-types slabinfo page_owner_sort thp_swap_allocator_test
26 $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
H A D.gitignore2 slabinfo
/linux/Documentation/admin-guide/mm/
H A Dslab.rst15 Typically one would then use the ``slabinfo`` command to get statistical
16 data and perform operation on the slabs. By default ``slabinfo`` only lists
17 slabs that have data in them. See "slabinfo -h" for more options when
18 running the command. ``slabinfo`` can be compiled with
21 gcc -o slabinfo tools/mm/slabinfo.c
23 Some of the modes of operation of ``slabinfo`` require that slub debugging
126 ``slabinfo -a`` displays which slabs were merged together.
132 order to do so you must have the ``slabinfo`` tool. Then you can do
135 slabinfo -v
140 In that case ``slabinfo -v`` simply tests all reachable objects. Usually
[all …]
/linux/scripts/gdb/linux/
H A Dslab.py277 def slabinfo(): function
324 slabinfo()
/linux/mm/
H A Dslab.h448 struct slabinfo { struct
461 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
H A Dslab_common.c1111 struct slabinfo sinfo; in cache_show()
1140 struct slabinfo sinfo; in dump_unreclaimable_slab()
H A DKconfig245 the allocator by a few percentage points. The slabinfo command
248 Try running: slabinfo -DA
H A Dslub.c10091 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux/Documentation/networking/
H A Dpacket_mmap.rst311 entries of /proc/slabinfo
325 (see /proc/slabinfo)
/linux/Documentation/filesystems/
H A Dproc.rst765 slabinfo Slab pool info
917 The slabinfo file gives information about memory usage at the slab level.