Lines Matching full:sibling
455 unsigned int sibling, index, sib_index; in cache_shared_cpu_map_remove() local
459 for_each_cpu(sibling, &this_leaf->shared_cpu_map) { in cache_shared_cpu_map_remove()
460 if (sibling == cpu || !per_cpu_cacheinfo(sibling)) in cache_shared_cpu_map_remove()
463 for (sib_index = 0; sib_index < cache_leaves(sibling); sib_index++) { in cache_shared_cpu_map_remove()
464 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove()
477 cpumask_clear_cpu(sibling, &this_leaf->shared_cpu_map); in cache_shared_cpu_map_remove()
937 unsigned int sibling; in cpu_map_shared_cache() local
952 /* shared_cpu_map of offlined CPU will be cleared, so use sibling map */ in cpu_map_shared_cache()
953 for_each_cpu(sibling, &llc->shared_cpu_map) { in cpu_map_shared_cache()
954 if (sibling == cpu || !last_level_cache_is_valid(sibling)) in cpu_map_shared_cache()
956 sib_llc = per_cpu_cacheinfo_idx(sibling, cache_leaves(sibling) - 1); in cpu_map_shared_cache()