Searched refs:__struct (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | gadget_configfs.h | 7 #define GS_STRINGS_W(__struct, __name) \ argument 8 static ssize_t __struct##_##__name##_store(struct config_item *item, \ 11 struct __struct *gs = to_##__struct(item); \ 20 #define GS_STRINGS_R(__struct, __name) \ argument 21 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \ 23 struct __struct *gs = to_##__struct(item); \
|
| /linux/include/linux/ |
| H A D | slab.h | 478 #define KMEM_CACHE(__struct, __flags) \ argument 479 __kmem_cache_create_args(#__struct, sizeof(struct __struct), \ 481 .align = __alignof__(struct __struct), \ 488 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument 489 __kmem_cache_create_args(#__struct, sizeof(struct __struct), \ 491 .align = __alignof__(struct __struct), \ 492 .useroffset = offsetof(struct __struct, __field), \ 493 .usersize = sizeof_field(struct __struct, __field), \
|
| /linux/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 480 #define XCHECK_SZ(sz, nr, __struct) ({ \ argument 481 if (WARN_ONCE(sz != sizeof(__struct), \ 483 xfeature_names[nr], sizeof(__struct), sz)) { \
|