Home
last modified time | relevance | path

Searched refs:__read_once_size (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dcompiler.h199 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
250 …({ union { typeof(x) __val; char __c[1]; } __u; __read_once_size(&(x), __u.__c, sizeof(x)); __u.__…