Searched refs:__unqual_typeof (Results 1 – 2 of 2) sorted by relevance
30 #define __unqual_typeof(x) \ macro51 __unqual_typeof(*(pold)) __o = *(pold); \52 __unqual_typeof(*(p)) __r = cmpxchg(p, __o, new); \89 __unqual_typeof(*(p)) __v = READ_ONCE(*(p)); \107 __unqual_typeof(*(p)) VAL; \109 VAL = (__unqual_typeof(*(p)))READ_ONCE(*__ptr); \120 __unqual_typeof(*p) __val = \
677 * __unqual_typeof(x) - Declare an unqualified scalar type, leaving694 #define __unqual_typeof(x) \706 union { __unqual_typeof(x) __val; char __c[1]; } __u = \ in log2_u32() 708 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \ in log2_u32() 714 union { __unqual_typeof(x) __val; char __c[1]; } __u = \716 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \ in log2_u64() 649 #define __unqual_typeof( global() macro