Searched refs:sib_leaf (Results 1 – 1 of 1) sorted by relevance
84 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument86 return sib_leaf->of_node == this_leaf->of_node; in cache_leaves_are_shared()91 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument105 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local127 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_setup()128 if (cache_leaves_are_shared(this_leaf, sib_leaf)) { in cache_shared_cpu_map_setup()129 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_shared_cpu_map_setup()141 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() local156 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_remove()157 cpumask_clear_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_shared_cpu_map_remove()