Searched refs:slabinfo (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_target_ids_pid_leak.sh4 before=$(grep "^pid " /proc/slabinfo | awk '{print $2}')
9 after=$(grep "^pid " /proc/slabinfo | awk '{print $2}')
/linux-master/tools/mm/
H A DMakefile6 BUILD_TARGETS=page-types slabinfo page_owner_sort
26 $(RM) page-types slabinfo page_owner_sort
H A Dslabinfo.c10 * gcc -o slabinfo slabinfo.c
28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; variable in typeref:struct:slabinfo
54 struct slabinfo *slab;
113 printf("slabinfo 4/15/2011. (c) 2007 sgi/(c) 2011 Linux Foundation.\n\n"
114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n"
205 static void set_obj(struct slabinfo *s, const char *name, int n)
219 static unsigned long read_slab_obj(struct slabinfo *s, const char *name)
238 static unsigned long read_debug_slab_obj(struct slabinfo *
[all...]
/linux-master/scripts/gdb/linux/
H A Dslab.py277 def slabinfo(): function
318 """Show slabinfo"""
321 super(LxSlabInfo, self).__init__("lx-slabinfo", gdb.COMMAND_DATA)
324 slabinfo()
/linux-master/mm/
H A Dslab.h485 struct slabinfo { struct
498 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo);
H A Dslab_common.c247 * @name: A string which is used in /proc/slabinfo to identify this cache.
363 * @name: A string which is used in /proc/slabinfo to identify this cache.
1043 seq_puts(m, "slabinfo - version: 2.1\n");
1068 struct slabinfo sinfo;
1098 struct slabinfo sinfo;
1130 * slabinfo_op - iterator that generates /proc/slabinfo
1165 proc_create("slabinfo", SLABINFO_RIGHTS, NULL, &slabinfo_proc_ops);
H A Dslub.c7078 * The /proc/slabinfo ABI
7081 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo)

Completed in 142 milliseconds