caches 53 drivers/acpi/hmat/hmat.c struct list_head caches; caches 122 drivers/acpi/hmat/hmat.c INIT_LIST_HEAD(&target->caches); caches 381 drivers/acpi/hmat/hmat.c list_add_tail(&tcache->node, &target->caches); caches 606 drivers/acpi/hmat/hmat.c list_for_each_entry(tcache, &target->caches, node) caches 680 drivers/acpi/hmat/hmat.c list_for_each_entry_safe(tcache, cnext, &target->caches, node) { caches 287 drivers/virtio/virtio_balloon.c unsigned long caches; caches 293 drivers/virtio/virtio_balloon.c caches = global_node_page_state(NR_FILE_PAGES); caches 316 drivers/virtio/virtio_balloon.c pages_to_bytes(caches)); caches 577 fs/9p/v9fs.c static struct kobj_attribute v9fs_attr_cache = __ATTR_RO(caches); caches 22 fs/cachefiles/bind.c static int cachefiles_daemon_add_cache(struct cachefiles_cache *caches); caches 188 tools/perf/util/env.c cpu_cache_level__free(&env->caches[i]); caches 189 tools/perf/util/env.c zfree(&env->caches); caches 67 tools/perf/util/env.h struct cpu_cache_level *caches; caches 1094 tools/perf/util/header.c static int build_caches(struct cpu_cache_level caches[], u32 *cntp) caches 1115 tools/perf/util/header.c if (cpu_cache_level__cmp(&c, &caches[i])) caches 1120 tools/perf/util/header.c caches[cnt++] = c; caches 1133 tools/perf/util/header.c struct cpu_cache_level caches[max_caches]; caches 1137 tools/perf/util/header.c ret = build_caches(caches, &cnt); caches 1141 tools/perf/util/header.c qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); caches 1152 tools/perf/util/header.c struct cpu_cache_level *c = &caches[i]; caches 1178 tools/perf/util/header.c cpu_cache_level__free(&caches[i]); caches 1764 tools/perf/util/header.c cpu_cache_level__fprintf(fp, &ff->ph->env.caches[i]); caches 2522 tools/perf/util/header.c struct cpu_cache_level *caches; caches 2534 tools/perf/util/header.c caches = zalloc(sizeof(*caches) * cnt); caches 2535 tools/perf/util/header.c if (!caches) caches 2561 tools/perf/util/header.c caches[i] = c; caches 2564 tools/perf/util/header.c ff->ph->env.caches = caches; caches 2568 tools/perf/util/header.c free(caches);