Searched refs:slab (Results 1 – 7 of 7) sorted by relevance
/tools/vm/ |
D | slabinfo.c | 54 struct slabinfo *slab; member 355 if (a->slab == find && in find_one_alias() 1141 a->slab = s; in link_slabs() 1160 if (!show_single_ref && a->slab->refs == 1) in alias() 1165 if (strcmp(a->slab->name, active) == 0) { in alias() 1170 printf("\n%-12s <- %s", a->slab->name, a->name); in alias() 1171 active = a->slab->name; in alias() 1174 printf("%-15s -> %s\n", a->name, a->slab->name); in alias() 1204 static int slab_mismatch(char *slab) in slab_mismatch() argument 1206 return regexec(&pattern, slab, 0, NULL, 0); in slab_mismatch() [all …]
|
/tools/perf/Documentation/ |
D | perf-kmem.txt | 44 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 46 pingpong, frag' for slab and 'page, callsite, bytes, hit, order, 48 mode selection options - i.e. --slab, --page, --alloc and/or --caller. 57 --slab::
|
D | perf-config.txt | 138 % perf config ui.show-headers=false kmem.default=slab 569 '--slab' nor '--page' option is used. Default is 'slab'.
|
/tools/testing/scatterlist/ |
D | Makefile | 17 … $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h 31 @touch linux/slab.h
|
/tools/testing/selftests/cgroup/ |
D | test_kmem.c | 165 long current, slab, anon, file, kernel_stack, pagetables, percpu, sock, sum; in test_kmem_memcg_deletion() local 183 slab = cg_read_key_long(parent, "memory.stat", "slab "); in test_kmem_memcg_deletion() 190 if (current < 0 || slab < 0 || anon < 0 || file < 0 || in test_kmem_memcg_deletion() 194 sum = slab + anon + file + kernel_stack + pagetables + percpu + sock; in test_kmem_memcg_deletion() 200 printf("slab = %ld\n", slab); in test_kmem_memcg_deletion()
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 59 inject slab allocation failures
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 238 in this way to safely initialize of a slab of the stack. Working out
|