Searched refs:attribute (Results 1 – 2 of 2) sorted by relevance
3780 struct attribute attr;4149 static struct attribute *slab_attrs[] = {4209 struct attribute *attr, in slab_attr_show()4212 struct slab_attribute *attribute; in slab_attr_show() local4216 attribute = to_slab_attr(attr); in slab_attr_show()4219 if (!attribute->show) in slab_attr_show()4222 err = attribute->show(s, buf); in slab_attr_show()4228 struct attribute *attr, in slab_attr_store()4231 struct slab_attribute *attribute; in slab_attr_store() local4235 attribute = to_slab_attr(attr); in slab_attr_store()[all …]
1308 static struct attribute *hstate_attrs[] = {