Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo.c27 struct slabinfo { struct
48 } slabinfo[MAX_SLABS]; argument
53 struct slabinfo *slab;
193 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()
207 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()
289 static void slab_validate(struct slabinfo *s) in slab_validate()
297 static void slab_shrink(struct slabinfo *s) in slab_shrink()
321 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()
337 static unsigned long slab_size(struct slabinfo *s) in slab_size()
342 static unsigned long slab_activity(struct slabinfo *s) in slab_activity()
[all …]
DMakefile3 TARGETS=page-types slabinfo page_owner_sort
21 $(RM) page-types slabinfo page_owner_sort
D.gitignore1 slabinfo
/linux-4.4.14/Documentation/vm/
Dslub.txt15 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
20 gcc -o slabinfo tools/vm/slabinfo.c
22 Some of the modes of operation of slabinfo require that slub debugging
93 slabinfo -a displays which slabs were merged together.
99 order to do so you must have the slabinfo tool. Then you can do
101 slabinfo -v
106 In that case slabinfo -v simply tests all reachable objects. Usually
[all …]
D.gitignore2 slabinfo
/linux-4.4.14/mm/
Dslab.h148 struct slabinfo { struct
161 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
Dslab_common.c1073 memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) in memcg_accumulate_slabinfo()
1076 struct slabinfo sinfo; in memcg_accumulate_slabinfo()
1095 struct slabinfo sinfo; in cache_show()
Dslab.c3922 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
Dslub.c5526 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt316 entries of /proc/slabinfo
328 <size-max> : is the maximum size of allocable with kmalloc (see /proc/slabinfo)
/linux-4.4.14/lib/
DKconfig.debug489 the allocator by a few percentage points. The slabinfo command
492 Try running: slabinfo -DA
/linux-4.4.14/Documentation/filesystems/
Dproc.txt605 slabinfo Slab pool info
752 The slabinfo file gives information about memory usage at the slab level.