Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds