Searched defs:READ_ONCE (Results 1 – 14 of 14) sorted by relevance
8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
47 #define READ_ONCE(x) \ macro
39 #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
899 .. _READ_ONCE: https://lwn.net/Articles/624126/ target
263 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
68 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro