Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dgadget_configfs.h9 #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/
Dslab.h134 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ argument
135 sizeof(struct __struct), __alignof__(struct __struct),\
/linux-4.1.27/mm/
Dksm.c246 #define KSM_KMEM_CACHE(__struct, __flags) kmem_cache_create("ksm_"#__struct,\ argument
247 sizeof(struct __struct), __alignof__(struct __struct),\