Searched refs:sib_leaf (Results 1 – 2 of 2) sorted by relevance
65 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument73 struct cacheinfo *this_leaf, *sib_leaf; in cache_cpumap_setup() local90 sib_leaf = sib_cpu_ci->info_list + index; in cache_cpumap_setup()91 if (cache_leaves_are_shared(this_leaf, sib_leaf)) { in cache_cpumap_setup()92 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_cpumap_setup()
36 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument38 return sib_leaf->fw_token == this_leaf->fw_token; in cache_leaves_are_shared()200 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument221 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local250 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_setup()251 if (cache_leaves_are_shared(this_leaf, sib_leaf)) { in cache_shared_cpu_map_setup()252 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_shared_cpu_map_setup()267 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() local282 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_remove()283 cpumask_clear_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_shared_cpu_map_remove()