Home
last modified time | relevance | path

Searched defs:WRITE_ONCE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dcompiler.h6 #define WRITE_ONCE(x, val) x=(val) macro
/linux-4.4.14/tools/include/linux/
Dcompiler.h115 #define WRITE_ONCE(x, val) \ macro
/linux-4.4.14/include/linux/
Dcompiler.h294 #define WRITE_ONCE(x, val) \ macro