Searched refs:this_cpu_ci (Results 1 – 4 of 4) sorted by relevance
61 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in early_cache_level() local63 detect_cache_level(&this_cpu_ci->num_levels, &this_cpu_ci->num_leaves); in early_cache_level()72 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local94 this_cpu_ci->num_levels = level; in init_cache_level()95 this_cpu_ci->num_leaves = leaves; in init_cache_level()103 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local104 struct cacheinfo *infos = this_cpu_ci->info_list; in populate_cache_leaves()106 for (idx = 0, level = 1; level <= this_cpu_ci->num_levels && in populate_cache_leaves()107 idx < this_cpu_ci->num_leaves; level++) { in populate_cache_leaves()110 if (idx + 1 >= this_cpu_ci->num_leaves) in populate_cache_leaves()
69 struct cpu_cacheinfo *this_cpu_ci; in show_cacheinfo() local73 this_cpu_ci = get_cpu_cacheinfo(cpumask_any(cpu_online_mask)); in show_cacheinfo()74 for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { in show_cacheinfo()75 cache = this_cpu_ci->info_list + idx; in show_cacheinfo()127 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local132 if (!this_cpu_ci) in init_cache_level()142 this_cpu_ci->num_levels = level; in init_cache_level()143 this_cpu_ci->num_leaves = leaves; in init_cache_level()149 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local150 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()[all …]
23 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local53 this_cpu_ci->num_levels = levels; in init_cache_level()54 this_cpu_ci->num_leaves = leaves; in init_cache_level()80 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local81 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()113 this_cpu_ci->cpu_map_populated = true; in populate_cache_leaves()
32 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_cache_level() local78 this_cpu_ci->num_leaves = leaves; in init_cache_level()79 this_cpu_ci->num_levels = levels; in init_cache_level()87 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in populate_cache_leaves() local88 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()101 this_cpu_ci->cpu_map_populated = true; in populate_cache_leaves()