Home
last modified time | relevance | path

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

/Linux-v5.10/tools/virtio/linux/
Dcompiler.h8 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbarriers.h38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
/Linux-v5.10/include/asm-generic/
Drwonce.h47 #define READ_ONCE(x) \ macro
/Linux-v5.10/tools/testing/selftests/powerpc/dscr/
Ddscr.h39 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/Linux-v5.10/tools/virtio/ringtest/
Dmain.h178 #define READ_ONCE(x) \ macro
/Linux-v5.10/tools/include/linux/
Dcompiler.h178 #define READ_ONCE(x) \ macro
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.rst899 .. _READ_ONCE: https://lwn.net/Articles/624126/ target