Home
last modified time | relevance | path

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

/mm/
Dcma_sysfs.c14 #define CMA_ATTR_RO(_name) \ argument
15 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
Dksm.c2825 #define KSM_ATTR_RO(_name) \ argument
2826 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
2827 #define KSM_ATTR(_name) \ argument
2828 static struct kobj_attribute _name##_attr = \
2829 __ATTR(_name, 0644, _name##_show, _name##_store)
Dslub.c5367 #define SLAB_ATTR_RO(_name) \ argument
5368 static struct slab_attribute _name##_attr = \
5369 __ATTR(_name, 0400, _name##_show, NULL)
5371 #define SLAB_ATTR(_name) \ argument
5372 static struct slab_attribute _name##_attr = \
5373 __ATTR(_name, 0600, _name##_show, _name##_store)
Dhugetlb.c3239 #define HSTATE_ATTR_RO(_name) \ argument
3240 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
3242 #define HSTATE_ATTR(_name) \ argument
3243 static struct kobj_attribute _name##_attr = \
3244 __ATTR(_name, 0644, _name##_show, _name##_store)