Searched defs:READ_ONCE (Results 1 – 7 of 7) sorted by relevance
8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
42 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
178 #define READ_ONCE(x) \ macro
154 #define READ_ONCE(x) \ macro
258 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
68 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro