Searched refs:__struct (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/usb/ |
D | gadget_configfs.h | 9 #define GS_STRINGS_W(__struct, __name) \ argument 10 static ssize_t __struct##_##__name##_store(struct config_item *item, \ 13 struct __struct *gs = to_##__struct(item); \ 22 #define GS_STRINGS_R(__struct, __name) \ argument 23 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \ 25 struct __struct *gs = to_##__struct(item); \
|
/linux-4.4.14/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.4.14/arch/x86/kernel/fpu/ |
D | xstate.c | 435 #define XCHECK_SZ(sz, nr, nr_macro, __struct) do { \ argument 437 WARN_ONCE(sz != sizeof(__struct), \ 439 __stringify(nr_macro), sizeof(__struct), sz)) { \
|
/linux-4.4.14/mm/ |
D | ksm.c | 246 #define KSM_KMEM_CACHE(__struct, __flags) kmem_cache_create("ksm_"#__struct,\ argument 247 sizeof(struct __struct), __alignof__(struct __struct),\
|