Searched refs:slabinfo (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 10 * gcc -o slabinfo slabinfo.c 28 struct slabinfo { struct 49 } slabinfo[MAX_SLABS]; variable 54 struct slabinfo *slab; 113 printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" in usage() 114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n" in usage() 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 * [all...] |
H A D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort 25 $(RM) page-types slabinfo page_owner_sort
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 10 * gcc -o slabinfo slabinfo.c 28 struct slabinfo { struct 49 } slabinfo[MAX_SLABS]; variable 54 struct slabinfo *slab; 113 printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n" in usage() 114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n" in usage() 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() 299 static void slab_validate(struct slabinfo * [all...] |
H A D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort 25 $(RM) page-types slabinfo page_owner_sort
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.h | 178 struct slabinfo { struct 191 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo);
|
H A D | slab_common.c | 274 * @name: A string which is used in /proc/slabinfo to identify this cache. 381 * @name: A string which is used in /proc/slabinfo to identify this cache. 919 seq_puts(m, "slabinfo - version: 2.1 (statistics)\n"); in print_slabinfo_header() 921 seq_puts(m, "slabinfo - version: 2.1\n"); in print_slabinfo_header() 951 struct slabinfo sinfo; in cache_show() 981 struct slabinfo sinfo; in dump_unreclaimable_slab() 1017 * Please, take a look at tools/cgroup/slabinfo.py . in memcg_slab_show() 1024 * slabinfo_op - iterator that generates /proc/slabinfo 1059 proc_create("slabinfo", SLABINFO_RIGHTS, NULL, &slabinfo_proc_ops); in slab_proc_init()
|
H A D | slab.c | 137 * STATS - 1 to collect stats for /proc/slabinfo. 4007 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
|
H A D | slub.c | 5740 * The /proc/slabinfo ABI 5743 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | slab.py | 278 def slabinfo(): function 319 """Show slabinfo""" 322 super(LxSlabInfo, self).__init__("lx-slabinfo", gdb.COMMAND_DATA) 325 slabinfo()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.h | 372 struct slabinfo { struct 385 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo);
|
H A D | slab_common.c | 252 * @name: A string which is used in /proc/slabinfo to identify this cache. 368 * @name: A string which is used in /proc/slabinfo to identify this cache. 1258 seq_puts(m, "slabinfo - version: 2.1 (statistics)\n"); in print_slabinfo_header() 1260 seq_puts(m, "slabinfo - version: 2.1\n"); in print_slabinfo_header() 1290 struct slabinfo sinfo; in cache_show() 1320 struct slabinfo sinfo; in dump_unreclaimable_slab() 1352 * slabinfo_op - iterator that generates /proc/slabinfo 1387 proc_create("slabinfo", SLABINFO_RIGHTS, NULL, &slabinfo_proc_ops); in slab_proc_init()
|
H A D | slab.c | 138 * STATS - 1 to collect stats for /proc/slabinfo. 3867 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
|
H A D | slub.c | 6493 * The /proc/slabinfo ABI 6496 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
|
Completed in 34 milliseconds