Home
last modified time | relevance | path

Searched refs:sib_leaf (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/base/
Dcacheinfo.c84 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument
86 return sib_leaf->of_node == this_leaf->of_node; in cache_leaves_are_shared()
91 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument
105 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local
127 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() local
156 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()