Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dtopology.c314 struct cache_info *this_cache; in cpu_cache_sysfs_init() local
322 this_cache=kzalloc(sizeof(struct cache_info)*unique_caches, in cpu_cache_sysfs_init()
324 if (this_cache == NULL) in cpu_cache_sysfs_init()
333 this_cache[num_cache_leaves].cci = cci; in cpu_cache_sysfs_init()
334 this_cache[num_cache_leaves].level = i + 1; in cpu_cache_sysfs_init()
335 this_cache[num_cache_leaves].type = j; in cpu_cache_sysfs_init()
338 &this_cache[num_cache_leaves]); in cpu_cache_sysfs_init()
343 all_cpu_cache_info[cpu].cache_leaves = this_cache; in cpu_cache_sysfs_init()