Lines Matching refs:this_cpu_ci
69 struct cpu_cacheinfo *this_cpu_ci; in show_cacheinfo() local
76 this_cpu_ci = get_cpu_cacheinfo(cpumask_any(cpu_online_mask)); in show_cacheinfo()
77 for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { in show_cacheinfo()
78 cache = this_cpu_ci->info_list + idx; in show_cacheinfo()
136 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local
143 if (!this_cpu_ci) in init_cache_level()
153 this_cpu_ci->num_levels = level; in init_cache_level()
154 this_cpu_ci->num_leaves = leaves; in init_cache_level()
160 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local
161 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
169 for (idx = 0, level = 0; level < this_cpu_ci->num_levels && in populate_cache_leaves()
170 idx < this_cpu_ci->num_leaves; idx++, level++) { in populate_cache_leaves()