Searched defs:ACCESS_ONCE (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dcompiler.h371 * is also forbidden from reordering successive instances of ACCESS_ONCE(),
374 * ACCESS_ONCE() in different C statements.
381 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro

Completed in 119 milliseconds