Lines Matching refs:this_cpu_ci
70 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()
130 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local
137 if (!this_cpu_ci) in init_cache_level()
147 this_cpu_ci->num_levels = level; in init_cache_level()
148 this_cpu_ci->num_leaves = leaves; in init_cache_level()
154 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local
155 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
163 for (idx = 0, level = 0; level < this_cpu_ci->num_levels && in populate_cache_leaves()
164 idx < this_cpu_ci->num_leaves; idx++, level++) { in populate_cache_leaves()