Searched refs:__struct (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
D | gadget_configfs.h | 9 #define GS_STRINGS_W(__struct, __name) \ argument 10 static ssize_t __struct##_##__name##_store(struct __struct *gs, \ 21 #define GS_STRINGS_R(__struct, __name) \ argument 22 static ssize_t __struct##_##__name##_show(struct __struct *gs, \
|
/linux-4.1.27/include/linux/ |
D | slab.h | 134 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ argument 135 sizeof(struct __struct), __alignof__(struct __struct),\
|
/linux-4.1.27/mm/ |
D | ksm.c | 246 #define KSM_KMEM_CACHE(__struct, __flags) kmem_cache_create("ksm_"#__struct,\ argument 247 sizeof(struct __struct), __alignof__(struct __struct),\
|