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

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

Completed in 53 milliseconds