Searched defs:READ_ONCE (Results 1 – 8 of 8) 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
154 #define READ_ONCE(x) \ macro
178 #define READ_ONCE(x) \ macro
883 .. _READ_ONCE: https://lwn.net/Articles/624126/ target
269 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
57 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro