Searched defs:READ_ONCE (Results 1 – 14 of 14) sorted by relevance
5 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
1215 #define READ_ONCE(x) (*(volatile std::remove_reference<decltype(x)>::type *)(&(x))) macro1218 #define READ_ONCE(x) (*(volatile typeof(x) *)(&(x))) macro
9 #define READ_ONCE(x) (*(volatile typeof(x) *)&x) macro
31 #define READ_ONCE(x) (*((volatile __typeof__(x) *) &(x))) macro
39 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
181 #define READ_ONCE(x) \ macro
209 #define READ_ONCE(x) (*((volatile __typeof__(x) *) &(x))) macro
49 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
53 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
13 #define READ_ONCE(p) (p) macro
82 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
181 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
459 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro