Searched refs:sib_leaf (Results 1 – 1 of 1) sorted by relevance
41 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() argument51 if ((sib_leaf->attributes & CACHE_ID) && in cache_leaves_are_shared()53 return sib_leaf->id == this_leaf->id; in cache_leaves_are_shared()55 return sib_leaf->fw_token == this_leaf->fw_token; in cache_leaves_are_shared()395 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local423 sib_leaf = per_cpu_cacheinfo_idx(i, sib_index); in cache_shared_cpu_map_setup()430 if (sib_leaf->level != this_leaf->level || in cache_shared_cpu_map_setup()431 sib_leaf->type != this_leaf->type) in cache_shared_cpu_map_setup()454 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() local471 if (sib_leaf->level != this_leaf->level || in cache_shared_cpu_map_remove()[all …]
Completed in 6 milliseconds