Searched refs:slabinfo (Results 1 – 12 of 12) sorted by relevance
27 struct slabinfo { struct48 } slabinfo[MAX_SLABS]; argument53 struct slabinfo *slab;185 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()199 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()279 static void slab_validate(struct slabinfo *s) in slab_validate()287 static void slab_shrink(struct slabinfo *s) in slab_shrink()309 static struct aliasinfo *find_one_alias(struct slabinfo *find) in find_one_alias()325 static unsigned long slab_size(struct slabinfo *s) in slab_size()330 static unsigned long slab_activity(struct slabinfo *s) in slab_activity()[all …]
3 TARGETS=page-types slabinfo page_owner_sort21 $(RM) page-types slabinfo page_owner_sort
1 slabinfo
15 Typically one would then use the "slabinfo" command to get statistical16 data and perform operation on the slabs. By default slabinfo only lists17 slabs that have data in them. See "slabinfo -h" for more options when18 running the command. slabinfo can be compiled with20 gcc -o slabinfo tools/vm/slabinfo.c22 Some of the modes of operation of slabinfo require that slub debugging93 slabinfo -a displays which slabs were merged together.99 order to do so you must have the slabinfo tool. Then you can do101 slabinfo -v106 In that case slabinfo -v simply tests all reachable objects. Usually
2 slabinfo
147 struct slabinfo { struct160 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
964 memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) in memcg_accumulate_slabinfo()967 struct slabinfo sinfo; in memcg_accumulate_slabinfo()986 struct slabinfo sinfo; in cache_show()
3918 void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo) in get_slabinfo()
5313 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()
316 entries of /proc/slabinfo328 <size-max> : is the maximum size of allocable with kmalloc (see /proc/slabinfo)
479 the allocator by a few percentage points. The slabinfo command482 Try running: slabinfo -DA
587 slabinfo Slab pool info 734 The slabinfo file gives information about memory usage at the slab level.