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 = \
609 #define __unqual_typeof(x) \ macro621 union { __unqual_typeof(x) __val; char __c[1]; } __u = \623 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \629 union { __unqual_typeof(x) __val; char __c[1]; } __u = \631 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \
Completed in 5 milliseconds