Searched refs:__read_once_size (Results 1 – 2 of 2) sorted by relevance
62 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function113 …({ union { typeof(x) __val; char __c[1]; } __u; __read_once_size(&(x), __u.__c, sizeof(x)); __u.__…
216 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function281 __read_once_size(&(x), __u.__c, sizeof(x)); \