Home
last modified time | relevance | path

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

/mm/
Dhugetlb.c1216 #define HSTATE_ATTR_RO(_name) \ argument
1217 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
1219 #define HSTATE_ATTR(_name) \ argument
1220 static struct kobj_attribute _name##_attr = \
1221 __ATTR(_name, 0644, _name##_show, _name##_store)
Dslub.c3785 #define SLAB_ATTR_RO(_name) \ argument
3786 static struct slab_attribute _name##_attr = __ATTR_RO(_name)
3788 #define SLAB_ATTR(_name) \ argument
3789 static struct slab_attribute _name##_attr = \
3790 __ATTR(_name, 0644, _name##_show, _name##_store)