Searched refs:_new (Results 1 – 2 of 2) sorted by relevance
49 #define __KABI_NORMAL_SIZE_ALIGN(_orig, _new) \ argument52 sizeof(struct { _new; }) <= sizeof(struct { _orig; }), \54 _new) " is larger than " __stringify(_orig)); \56 __alignof__(struct { _new; }) <= \59 _orig) " is not aligned the same as " __stringify(_new)); \62 #define __KABI_REPLACE(_orig, _new) \ argument64 _new; \68 __KABI_NORMAL_SIZE_ALIGN(_orig, _new); \130 #define KABI_IGNORE(n, _new) \ argument132 _new; \[all …]
234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\