Home
last modified time | relevance | path

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

/linux-6.1.9/tools/vm/ !
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 …]
DMakefile6 TARGETS=page-types slabinfo page_owner_sort
25 $(RM) page-types slabinfo page_owner_sort
D.gitignore2 slabinfo
/linux-6.1.9/Documentation/mm/ !
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 …]
/linux-6.1.9/mm/ !
Dslab.h370 struct slabinfo { struct
383 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
Dslab_common.c1224 struct slabinfo sinfo; in cache_show()
1254 struct slabinfo sinfo; in dump_unreclaimable_slab()
DKconfig275 the allocator by a few percentage points. The slabinfo command
278 Try running: slabinfo -DA
Dslab.c3894 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
Dslub.c6279 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux-6.1.9/Documentation/networking/ !
Dpacket_mmap.rst310 entries of /proc/slabinfo
324 (see /proc/slabinfo)
/linux-6.1.9/Documentation/filesystems/ !
Dproc.rst721 slabinfo Slab pool info
873 The slabinfo file gives information about memory usage at the slab level.