Searched refs:caches (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/zram/ |
D | README | 9 use as swap disks, various caches under /var and maybe many more :)
|
/tools/perf/util/ |
D | env.h | 67 struct cpu_cache_level *caches; member
|
D | header.c | 1094 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() argument 1115 if (cpu_cache_level__cmp(&c, &caches[i])) in build_caches() 1120 caches[cnt++] = c; in build_caches() 1133 struct cpu_cache_level caches[max_caches]; in write_cache() local 1137 ret = build_caches(caches, &cnt); in write_cache() 1141 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); in write_cache() 1152 struct cpu_cache_level *c = &caches[i]; in write_cache() 1178 cpu_cache_level__free(&caches[i]); in write_cache() 1764 cpu_cache_level__fprintf(fp, &ff->ph->env.caches[i]); in print_cache() 2522 struct cpu_cache_level *caches; in process_cache() local [all …]
|
D | env.c | 207 cpu_cache_level__free(&env->caches[i]); in perf_env__exit() 208 zfree(&env->caches); in perf_env__exit()
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 49 Purge all cached binaries including older caches which have specified
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 756 CPUs have local caches, and propagating a store to a CPU really means 760 most architectures, the local caches process stores in 762 doesn't matter for the memory model. But on Alpha, the local caches 1105 The answer lies in the Alpha's split local caches. Although the two
|