Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 2 of 2) sorted by relevance

/mm/
Dslub.c3780 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() local
4216 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() local
4235 attribute = to_slab_attr(attr); in slab_attr_store()
[all …]
Dhugetlb.c1308 static struct attribute *hstate_attrs[] = {