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