Lines Matching defs:attribute
5522 struct attribute attr;
5961 static struct attribute *slab_attrs[] = {
6042 struct attribute *attr,
6045 struct slab_attribute *attribute;
6048 attribute = to_slab_attr(attr);
6051 if (!attribute->show)
6054 return attribute->show(s, buf);
6058 struct attribute *attr,
6061 struct slab_attribute *attribute;
6064 attribute = to_slab_attr(attr);
6067 if (!attribute->store)
6070 return attribute->store(s, buf, len);