Home
last modified time | relevance | path

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

/mm/
Dksm.c2079 #define KSM_ATTR_RO(_name) \ argument
2080 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
2081 #define KSM_ATTR(_name) \ argument
2082 static struct kobj_attribute _name##_attr = \
2083 __ATTR(_name, 0644, _name##_show, _name##_store)
Dhugetlb.c1728 #define HSTATE_ATTR_RO(_name) \ argument
1729 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
1731 #define HSTATE_ATTR(_name) \ argument
1732 static struct kobj_attribute _name##_attr = \
1733 __ATTR(_name, 0644, _name##_show, _name##_store)
Dslub.c4368 #define SLAB_ATTR_RO(_name) \ argument
4369 static struct slab_attribute _name##_attr = \
4370 __ATTR(_name, 0400, _name##_show, NULL)
4372 #define SLAB_ATTR(_name) \ argument
4373 static struct slab_attribute _name##_attr = \
4374 __ATTR(_name, 0600, _name##_show, _name##_store)