Lines Matching full:sibling
405 unsigned int sibling, index, sib_index; in cache_shared_cpu_map_remove() local
409 for_each_cpu(sibling, &this_leaf->shared_cpu_map) { in cache_shared_cpu_map_remove()
410 if (sibling == cpu || !per_cpu_cacheinfo(sibling)) in cache_shared_cpu_map_remove()
413 for (sib_index = 0; sib_index < cache_leaves(sibling); sib_index++) { in cache_shared_cpu_map_remove()
414 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove()
427 cpumask_clear_cpu(sibling, &this_leaf->shared_cpu_map); in cache_shared_cpu_map_remove()
887 unsigned int sibling; in cpu_map_shared_cache() local
902 /* shared_cpu_map of offlined CPU will be cleared, so use sibling map */ in cpu_map_shared_cache()
903 for_each_cpu(sibling, &llc->shared_cpu_map) { in cpu_map_shared_cache()
904 if (sibling == cpu || !last_level_cache_is_valid(sibling)) in cpu_map_shared_cache()
906 sib_llc = per_cpu_cacheinfo_idx(sibling, cache_leaves(sibling) - 1); in cpu_map_shared_cache()