Searched refs:__struct (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/usb/ |
| 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/ |
| A D | slab.h | 421 #define KMEM_CACHE(__struct, __flags) \ argument 422 __kmem_cache_create_args(#__struct, sizeof(struct __struct), \ 424 .align = __alignof__(struct __struct), \ 431 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument 432 __kmem_cache_create_args(#__struct, sizeof(struct __struct), \ 434 .align = __alignof__(struct __struct), \ 435 .useroffset = offsetof(struct __struct, __field), \ 436 .usersize = sizeof_field(struct __struct, __field), \
|
| /linux/arch/x86/kernel/fpu/ |
| A D | xstate.c | 456 #define XCHECK_SZ(sz, nr, __struct) ({ \ argument 457 if (WARN_ONCE(sz != sizeof(__struct), \ 459 xfeature_names[nr], sizeof(__struct), sz)) { \
|
Completed in 13 milliseconds