Home
last modified time | relevance | path

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

/include/linux/
Drcupdate.h175 typeof(p) _________p1 = ACCESS_ONCE(p); \
Dcompiler.h275 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro