Lines Matching refs:sibling
407 unsigned int sibling, index, sib_index; in cache_shared_cpu_map_remove() local
411 for_each_cpu(sibling, &this_leaf->shared_cpu_map) { in cache_shared_cpu_map_remove()
413 get_cpu_cacheinfo(sibling); in cache_shared_cpu_map_remove()
415 if (sibling == cpu || !sib_cpu_ci->info_list) in cache_shared_cpu_map_remove()
418 for (sib_index = 0; sib_index < cache_leaves(sibling); sib_index++) { in cache_shared_cpu_map_remove()
419 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove()
432 cpumask_clear_cpu(sibling, &this_leaf->shared_cpu_map); in cache_shared_cpu_map_remove()
890 unsigned int sibling; in cpu_map_shared_cache() local
906 for_each_cpu(sibling, &llc->shared_cpu_map) { in cpu_map_shared_cache()
907 if (sibling == cpu || !last_level_cache_is_valid(sibling)) in cpu_map_shared_cache()
909 sib_llc = per_cpu_cacheinfo_idx(sibling, cache_leaves(sibling) - 1); in cpu_map_shared_cache()