Home
last modified time | relevance | path

Searched defs:READ_ONCE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/virtio/linux/
Dcompiler.h8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbarriers.h38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
/Linux-v5.4/tools/testing/selftests/powerpc/dscr/
Ddscr.h39 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/Linux-v5.4/tools/include/linux/
Dcompiler.h154 #define READ_ONCE(x) \ macro
/Linux-v5.4/tools/virtio/ringtest/
Dmain.h178 #define READ_ONCE(x) \ macro
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst883 .. _READ_ONCE: https://lwn.net/Articles/624126/ target
/Linux-v5.4/include/linux/
Dcompiler.h269 #define READ_ONCE(x) __READ_ONCE(x, 1) macro
/Linux-v5.4/samples/mic/mpssd/
Dmpssd.c57 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro