Searched defs:READ_ONCE (Results 1 – 5 of 5) sorted by relevance
8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
39 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
178 #define READ_ONCE(x) \ macro
154 #define READ_ONCE(x) \ macro