Home
last modified time | relevance | path

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

/tools/virtio/linux/
Dcompiler.h7 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/tools/lib/lockdep/uinclude/linux/
Dcompiler.h6 #define READ_ONCE(x) (x) macro
/tools/include/linux/
Dcompiler.h123 #define READ_ONCE(x) \ macro