Searched defs:READ_ONCE (Results 1 – 4 of 4) sorted by relevance
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
42 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
286 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
120 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro