Lines Matching refs:cacheinfo
46 struct cacheinfo *this_leaf; in cache_setup_of_node()
83 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared()
84 struct cacheinfo *sib_leaf) in cache_leaves_are_shared()
90 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared()
91 struct cacheinfo *sib_leaf) in cache_leaves_are_shared()
105 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup()
141 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove()
193 sizeof(struct cacheinfo), GFP_KERNEL); in detect_cache_attributes()
232 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \
245 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in size_show()
252 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in shared_cpumap_show_func()
273 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in type_show()
290 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in allocation_policy_show()
306 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in write_policy_show()
349 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_default_attrs_is_visible()
402 __weak cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group()
408 cache_get_attribute_groups(struct cacheinfo *this_leaf) in cache_get_attribute_groups()
471 struct cacheinfo *this_leaf; in cache_add_dev()