Lines Matching refs:ssize_t
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()
228 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type()
234 static ssize_t show_level(struct cache_info *this_leaf, char *buf) in show_level()
241 ssize_t (*show)(struct cache_info *, char *);
242 ssize_t (*store)(struct cache_info *, const char *, size_t count);
276 static ssize_t ia64_cache_show(struct kobject * kobj, struct attribute * attr, char * buf) in ia64_cache_show()
280 ssize_t ret; in ia64_cache_show()