Lines Matching defs:this_leaf
143 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
178 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
185 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, in show_coherency_line_size()
191 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf, in show_ways_of_associativity()
197 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf) in show_attributes()
204 static ssize_t show_size(struct cache_info *this_leaf, char *buf) in show_size()
209 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf) in show_number_of_sets()
218 static ssize_t show_shared_cpu_map(struct cache_info *this_leaf, char *buf) in show_shared_cpu_map()
229 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type()
235 static ssize_t show_level(struct cache_info *this_leaf, char *buf) in show_level()
280 struct cache_info *this_leaf = to_object(kobj); in cache_show() local