Home
last modified time | relevance | path

Searched refs:this_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dtopology.c300 struct cache_info *this_cache; in cpu_cache_sysfs_init() local
308 this_cache=kcalloc(unique_caches, sizeof(struct cache_info), in cpu_cache_sysfs_init()
310 if (this_cache == NULL) in cpu_cache_sysfs_init()
319 this_cache[num_cache_leaves].cci = cci; in cpu_cache_sysfs_init()
320 this_cache[num_cache_leaves].level = i + 1; in cpu_cache_sysfs_init()
321 this_cache[num_cache_leaves].type = j; in cpu_cache_sysfs_init()
324 &this_cache[num_cache_leaves]); in cpu_cache_sysfs_init()
329 all_cpu_cache_info[cpu].cache_leaves = this_cache; in cpu_cache_sysfs_init()