Searched refs:__struct (Results 1 – 2 of 2) sorted by relevance
7 #define GS_STRINGS_W(__struct, __name) \ argument8 static ssize_t __struct##_##__name##_store(struct config_item *item, \11 struct __struct *gs = to_##__struct(item); \20 #define GS_STRINGS_R(__struct, __name) \ argument21 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \23 struct __struct *gs = to_##__struct(item); \
480 #define XCHECK_SZ(sz, nr, __struct) ({ \ argument481 if (WARN_ONCE(sz != sizeof(__struct), \483 xfeature_names[nr], sizeof(__struct), sz)) { \