Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtopology.c310 struct cache_info *this_cache; in cpu_cache_sysfs_init() local
318 this_cache=kcalloc(unique_caches, sizeof(struct cache_info), in cpu_cache_sysfs_init()
320 if (this_cache == NULL) in cpu_cache_sysfs_init()
329 this_cache[num_cache_leaves].cci = cci; in cpu_cache_sysfs_init()
330 this_cache[num_cache_leaves].level = i + 1; in cpu_cache_sysfs_init()
331 this_cache[num_cache_leaves].type = j; in cpu_cache_sysfs_init()
334 &this_cache[num_cache_leaves]); in cpu_cache_sysfs_init()
339 all_cpu_cache_info[cpu].cache_leaves = this_cache; in cpu_cache_sysfs_init()