Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
54 struct slabinfo *slab;
205 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()
219 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()
238 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj()
319 static void slab_validate(struct slabinfo *s) in slab_validate()
327 static void slab_shrink(struct slabinfo *s) in slab_shrink()
351 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()
367 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
/openbmc/linux/Documentation/mm/
H A Dslub.rst16 Typically one would then use the ``slabinfo`` command to get statistical
17 data and perform operation on the slabs. By default ``slabinfo`` only lists
18 slabs that have data in them. See "slabinfo -h" for more options when
19 running the command. ``slabinfo`` can be compiled with
22 gcc -o slabinfo tools/mm/slabinfo.c
24 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 …]
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py278 def slabinfo(): function
325 slabinfo()
/openbmc/linux/mm/
H A Dslab.h377 struct slabinfo { struct
390 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
H A Dslab_common.c1271 struct slabinfo sinfo; in cache_show()
1301 struct slabinfo sinfo; in dump_unreclaimable_slab()
H A DKconfig336 the allocator by a few percentage points. The slabinfo command
339 Try running: slabinfo -DA
H A Dslab.c3867 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
H A Dslub.c6503 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst310 entries of /proc/slabinfo
324 (see /proc/slabinfo)
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst732 slabinfo Slab pool info
884 The slabinfo file gives information about memory usage at the slab level.
/openbmc/linux/
H A Dopengrok0.0.log[all...]