Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
A Dcacheinfo.c25 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument
28 && !(*(unsigned char *)(sib_leaf->priv) & CACHE_PRIVATE)); in cache_leaves_are_shared()
34 struct cacheinfo *this_leaf, *sib_leaf; in cache_cpumap_setup() local
53 sib_leaf = sib_cpu_ci->info_list + index; in cache_cpumap_setup()
56 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_cpumap_setup()
60 if (cache_leaves_are_shared(this_leaf, sib_leaf)) { in cache_cpumap_setup()
61 cpumask_set_cpu(cpu, &sib_leaf->shared_cpu_map); in cache_cpumap_setup()

Completed in 4 milliseconds